Эх сурвалжийг харах

修改放大镜DataHelper引用

章政 8 жил өмнө
parent
commit
be399b1afc
1 өөрчлөгдсөн 2 нэмэгдсэн , 1 устгасан
  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 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();