From 48b92ad114d76907ce2e1e6f645c5cd2f0c55fbc Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期一, 15 八月 2022 19:30:27 +0800 Subject: [PATCH] 新增了了缺料看板相同订单号只显示第一行订单号功能 --- NETERPNoWin/Program.cs | 10 ++++++---- 1 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NETERPNoWin/Program.cs b/NETERPNoWin/Program.cs index 4fe6a38..77311bb 100644 --- a/NETERPNoWin/Program.cs +++ b/NETERPNoWin/Program.cs @@ -25,10 +25,12 @@ { if (DBUtility.ClsPub.CheckUpdate()) { - string strFileName = DBUtility.ClsPub.AppPath + @"\HX_Update.exe"; - System.Diagnostics.Process.Start(strFileName); - Application.Exit(); - return; + //string strFileName = DBUtility.ClsPub.AppPath + @"\HX_Update.exe"; + //System.Diagnostics.Process.Start(strFileName); + //Application.Exit(); + //return; + MESMain oMESMain = new MESMain(); + Application.Run(oMESMain); } else { -- Gitblit v1.9.1