yangle
2023-04-03 c23dd36062f6dc1ea26367c21580a3cf4b5af347
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
                {