From 8f677b1741b78e4de4c95373fc02587a05d7b5ca Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期五, 16 八月 2024 17:52:08 +0800 Subject: [PATCH] 2d尝试,功能基本实现,还差绘制特定区域 --- WinFrmUI/Yw.WinFrmUI.Hydro.L2d.Core/GlobalUsings.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Hydro.L2d.Core/GlobalUsings.cs b/WinFrmUI/Yw.WinFrmUI.Hydro.L2d.Core/GlobalUsings.cs index f84bf74..97b46fd 100644 --- a/WinFrmUI/Yw.WinFrmUI.Hydro.L2d.Core/GlobalUsings.cs +++ b/WinFrmUI/Yw.WinFrmUI.Hydro.L2d.Core/GlobalUsings.cs @@ -1,5 +1,6 @@ 锘縢lobal using System.Drawing.Imaging; global using System.ComponentModel.DataAnnotations; +global using System.ComponentModel; global using System.Drawing.Drawing2D; global using System.Text; global using Yw.Settings; -- Gitblit v1.9.3