Browse Source

优化自动打印代码

callm 1 week ago
parent
commit
fd34816d45
1 changed files with 1 additions and 1 deletions
  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)