From 109d1a936cb77ff259ad4b29333afd22dc32f64a Mon Sep 17 00:00:00 2001 From: cloudflight <cloudflight@126.com> Date: 星期一, 05 八月 2024 08:48:32 +0800 Subject: [PATCH] [重构] 1、Map重构,变量命名,注释,相关操作以事件传出等 2、计算返回结果格式调整,命名空间 3、部分结构类型回调 --- WinFrmUI/Yw.WinFrmUI.Core/09-common/StringListCheckedListBoxCtrl.cs | 13 +------------ 1 files changed, 1 insertions(+), 12 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/09-common/StringListCheckedListBoxCtrl.cs b/WinFrmUI/Yw.WinFrmUI.Core/09-common/StringListCheckedListBoxCtrl.cs index 846192b..c516715 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/09-common/StringListCheckedListBoxCtrl.cs +++ b/WinFrmUI/Yw.WinFrmUI.Core/09-common/StringListCheckedListBoxCtrl.cs @@ -1,15 +1,4 @@ -锘縰sing DevExpress.Xpo.Helpers; -using DevExpress.XtraEditors; -using DevExpress.XtraEditors.Controls; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; +锘縰sing DevExpress.XtraEditors.Controls; namespace Yw.WinFrmUI { -- Gitblit v1.9.3