From 196635474fdbad173316b0dbeb30e4443b61297b Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期一, 14 十月 2024 17:48:55 +0800 Subject: [PATCH] 性能曲线 --- 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..5c84b39 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.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