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 {