1
wtt
3 天以前 db658b16ef882ddcd56c4fea35aae42d0473b57d
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
                {