From b097dfc5a8879c198f4f2f9c32b28cfe4c7fc829 Mon Sep 17 00:00:00 2001 From: ch <37327@LLOOCCY> Date: 星期日, 02 一月 2022 19:16:40 +0800 Subject: [PATCH] 新增了单据里面删除按钮方法 --- MES/Program.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/MES/Program.cs b/MES/Program.cs index e9b0592..66fc8e6 100644 --- a/MES/Program.cs +++ b/MES/Program.cs @@ -20,7 +20,9 @@ Pub_Class.ClsPub.SetIPAddress(); DBUtility.ClsPub.SetIPAddress(); DBUtility.ClsPub.VersionNum = "12.1"; - Pub_Class.ClsPub.VersionNum = "12.1"; + Pub_Class.ClsPub.VersionNum = "12.1"; + + //try //{ if (DBUtility.ClsPub.CheckUpdate()) -- Gitblit v1.9.1