From b0a694ccba71736f9092f30e45be94689ce92416 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 31 三月 2025 11:13:49 +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..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