From c4d0807d911a3ee09cffaa9942638ea41cd414f6 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期日, 15 九月 2024 21:12:17 +0800 Subject: [PATCH] 优化界面 --- WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs b/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs index f00ff2f..5c84b39 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs +++ b/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs @@ -15,4 +15,6 @@ global using System.Collections; global using System.ComponentModel; global using System.Runtime.InteropServices; -global using Yw.WinFrmUI.Page; \ No newline at end of file +global using Yw.WinFrmUI.Page; +global using System.ComponentModel.DataAnnotations; +global using System.Reflection; \ No newline at end of file -- Gitblit v1.9.3