From 7235814a653a7c2f95f8996506ca2395f4d7817d Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 10 十二月 2024 10:56:12 +0800
Subject: [PATCH] Revi解析导入展示改造

---
 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