文件名从 DevApp/Gs.DevApp/DevFrm/Work/textSelect.cs 修改 |
| | |
| | | 锘縰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; |
| | |
| | | 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(); |
| | | } |