lu
2025-04-03 2f7e917dc9032961335d506a689bfd30c709ba9e
DevApp/Gs.DevApp/UserControl/UcDictionary.cs
文件名从 DevApp/Gs.DevApp/DevFrm/Work/textSelect.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();
        }