From 7cd2690f49fbeffc3e978d082709a2f6755579f8 Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期一, 29 一月 2024 15:17:25 +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