From 2e0799149d72031f874f90a0e9f27a60f7a58ce1 Mon Sep 17 00:00:00 2001
From: wtt <1985833171@qq.com>
Date: 星期三, 18 十二月 2024 14:42:19 +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