From 5f41b0bc190c8f7ba9b4f6d015b48b2a6039b7f8 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期四, 19 十二月 2024 16:43:39 +0800 Subject: [PATCH] 入参 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs index 475a937..281dea2 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/GlobalUsings.cs @@ -1,11 +1,11 @@ -锘縢lobal using HStation.Dto; +锘縢lobal using DevExpress.XtraEditors; +global using DevExpress.XtraEditors.Controls; +global using HStation.Vmo; global using HStation.Xhs; global using System.ComponentModel; +global using System.ComponentModel.DataAnnotations; global using System.IO; global using Yw; global using Yw.Untity; global using Yw.WebBrower; global using Yw.WinFrmUI; -global using System.ComponentModel.DataAnnotations; -global using DevExpress.XtraEditors; -global using DevExpress.XtraEditors.Controls; -- Gitblit v1.9.3