Browse Source

修改放大镜DataHelper引用

章政 8 years ago
parent
commit
be399b1afc
1 changed files with 2 additions and 1 deletions
  1. 2 1
      UAS-MES/DbFind.cs

+ 2 - 1
UAS-MES/DbFind.cs

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