Explorar el Código

优化自动打印代码

callm hace 1 mes
padre
commit
fd34816d45
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      UAS_MES_YD/FunctionCode/Make/Make_TestCollection.cs

+ 1 - 1
UAS_MES_YD/FunctionCode/Make/Make_TestCollection.cs

@@ -91,7 +91,7 @@ namespace UAS_MES_NEW.Make
                 {
                     engine = new Engine();
                     engine.Start();
-                    format = engine.Documents.Open(Application.StartupPath + "/BadCode.btw");
+                    format = engine.Documents.Open(Application.StartupPath + "/SN.btw");
                     EnablePrint = true;
                 }
                 catch (Exception)