瀏覽代碼

简化代码

章政 7 年之前
父節點
當前提交
cea82d9cf2
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      UAS_DeviceMonitor/Main.cs

+ 2 - 3
UAS_DeviceMonitor/Main.cs

@@ -13,7 +13,6 @@ using System.Threading;
 using UAS_DeviceMonitor.CustomerControl.PictureEditWithText;
 using System.Windows.Forms;
 using DevExpress.XtraEditors.Controls;
-using System.Threading.Tasks;
 
 namespace UAS_DeviceMonitor
 {
@@ -51,7 +50,7 @@ namespace UAS_DeviceMonitor
             #endregion
         }
 
-        private void CommandSetRepositoryItemComboBox1_ParseEditValue(object sender, DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs e)
+        private void CommandSetRepositoryItemComboBox1_ParseEditValue(object sender, ConvertEditValueEventArgs e)
         {
             string val = "";
             if (e.Value != null)
@@ -66,7 +65,7 @@ namespace UAS_DeviceMonitor
             e.Handled = true;
         }
 
-        private void PollSettingItemSearchLookUpEdit_ParseEditValue(object sender, DevExpress.XtraEditors.Controls.ConvertEditValueEventArgs e)
+        private void PollSettingItemSearchLookUpEdit_ParseEditValue(object sender, ConvertEditValueEventArgs e)
         {
             e.Handled = true;
         }