From 2348fa0bac35e103cd826580f21c6bffff574a1e Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期五, 25 十月 2024 15:53:33 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs | 20 ++++++++++++++++++-- 1 files changed, 18 insertions(+), 2 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs b/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs index 50b8b62..5c84b39 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs +++ b/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs @@ -1,4 +1,20 @@ -锘縢lobal using DevExpress.XtraSplashScreen; +锘縢lobal using DevExpress.Utils; global using DevExpress.Utils.Animation; global using DevExpress.XtraBars.Alerter; -global using DevExpress.XtraEditors; \ No newline at end of file +global using DevExpress.XtraEditors; +global using DevExpress.XtraGrid; +global using DevExpress.XtraGrid.Columns; +global using DevExpress.XtraGrid.Views.BandedGrid; +global using DevExpress.XtraGrid.Views.Grid; +global using DevExpress.XtraGrid.Views.Grid.ViewInfo; +global using DevExpress.XtraLayout; +global using DevExpress.XtraSplashScreen; +global using DevExpress.XtraTreeList; +global using DevExpress.XtraTreeList.Columns; +global using DevExpress.XtraTreeList.Nodes; +global using System.Collections; +global using System.ComponentModel; +global using System.Runtime.InteropServices; +global using Yw.WinFrmUI.Page; +global using System.ComponentModel.DataAnnotations; +global using System.Reflection; \ No newline at end of file -- Gitblit v1.9.3