From 2f7e917dc9032961335d506a689bfd30c709ba9e Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期四, 03 四月 2025 11:01:52 +0800
Subject: [PATCH] 字典
---
DevApp/Gs.DevApp/UserControl/UcDictionary.cs | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/Work/textSelect.cs b/DevApp/Gs.DevApp/UserControl/UcDictionary.cs
similarity index 87%
rename from DevApp/Gs.DevApp/DevFrm/Work/textSelect.cs
rename to DevApp/Gs.DevApp/UserControl/UcDictionary.cs
index f71be29..16095ff 100644
--- a/DevApp/Gs.DevApp/DevFrm/Work/textSelect.cs
+++ b/DevApp/Gs.DevApp/UserControl/UcDictionary.cs
@@ -1,7 +1,5 @@
锘縰sing DevExpress.XtraEditors;
-using Gs.DevApp.ToolBox;
-using Gs.DevApp.UserControl;
-using Newtonsoft.Json;
+using Gs.DevApp.DevFrm.Work;
using System;
using System.Collections.Generic;
using System.ComponentModel;
@@ -12,11 +10,11 @@
using System.Threading.Tasks;
using System.Windows.Forms;
-namespace Gs.DevApp.DevFrm.Work
+namespace Gs.DevApp.UserControl
{
- public partial class textSelect : DevExpress.XtraEditors.XtraUserControl
+ public partial class UcDictionary : DevExpress.XtraEditors.XtraUserControl
{
- public textSelect()
+ public UcDictionary()
{
InitializeComponent();
}
--
Gitblit v1.9.3