|
|
@@ -4,6 +4,7 @@ using System.Drawing;
|
|
|
using System.Windows.Forms;
|
|
|
using UAS_MES.CustomControl.TextBoxWithIcon;
|
|
|
using UAS_MES.DataOperate;
|
|
|
+using UAS_MES.Entity;
|
|
|
using UAS_MES.PublicMethod;
|
|
|
|
|
|
namespace UAS_MES
|
|
|
@@ -16,7 +17,7 @@ namespace UAS_MES
|
|
|
//双击选择的工单号
|
|
|
string TextBoxValue = "";
|
|
|
|
|
|
- DataHelper dh = new DataHelper();
|
|
|
+ DataHelper dh = SystemInf.dh;
|
|
|
|
|
|
DataTable dt = new DataTable();
|
|
|
|