|
|
@@ -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;
|
|
|
}
|