shim 8 年之前
父节点
当前提交
e960b7cb4c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UAS-MES/FunctionCode/Make/Make_PalletWeigh.cs

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

@@ -65,6 +65,7 @@ namespace UAS_MES.Make
             SetLoadingWindow stw = new SetLoadingWindow(InitPrint, "初始化打印程序");
             BaseUtil.SetFormCenter(stw);
             stw.ShowDialog();
+            startWeigh.PerformClick();
         }
 
         protected override void OnVisibleChanged(EventArgs e)