Browse Source

加处理多个打印进程

shim 8 years ago
parent
commit
afbb305d1a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      UAS-MES/FunctionCode/Make/Make_FuselageLabelPrint.cs

+ 1 - 0
UAS-MES/FunctionCode/Make/Make_FuselageLabelPrint.cs

@@ -56,6 +56,7 @@ namespace UAS_MES.Make
             try
             {
                 lbl = new ApplicationClass();
+                BaseUtil.WriteLbl(lbl);
             }
             catch (Exception ex)
             {