소스 검색

默认启动打印引擎

callm 6 달 전
부모
커밋
b547858447
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      UAS_MES_JWS/FunctionCode/SystemSetting/SystemSetting_PrinterTest.cs

+ 1 - 1
UAS_MES_JWS/FunctionCode/SystemSetting/SystemSetting_PrinterTest.cs

@@ -595,7 +595,7 @@ namespace UAS_MES_NEW.SystemSetting
 
         private void SystemSetting_PrinterTest_Load(object sender, EventArgs e)
         {
-            //engine.Start();
+            engine.Start();
 
 
             ma_code.TableName = " make left join product on ma_prodcode=pr_code";