From 32abbbecf79bd804dc28034bdc79d20b50bb4b89 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 11 十二月 2024 11:55:21 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs | 18 ++++++++++-------- 1 files changed, 10 insertions(+), 8 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs b/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs index c5e2e7a..77a02f1 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs +++ b/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs @@ -1,18 +1,20 @@ -锘縢lobal using DevExpress.XtraSplashScreen; +锘縢lobal using DevExpress.Utils; global using DevExpress.Utils.Animation; global using DevExpress.XtraBars.Alerter; global using DevExpress.XtraEditors; -global using DevExpress.XtraLayout; -global using DevExpress.Utils; +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 System.ComponentModel; -global using DevExpress.XtraGrid.Views.BandedGrid; -global using DevExpress.XtraGrid; -global using System.Runtime.InteropServices; +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 Yw.WinFrmUI.Page; \ No newline at end of file +global using System.ComponentModel; +global using System.ComponentModel.DataAnnotations; +global using System.Reflection; +global using System.Runtime.InteropServices; +global using Yw.WinFrmUI.Page; -- Gitblit v1.9.3