From 0d3b2bd4edaa7385e4ff96370c877be237af054b Mon Sep 17 00:00:00 2001 From: jhz <jinghz@oceic.com> Date: 星期四, 30 六月 2022 09:06:37 +0800 Subject: [PATCH] 包装单保留班组和操作员 --- NETSCM/Program.cs | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/NETSCM/Program.cs b/NETSCM/Program.cs index bebfe07..59336f1 100644 --- a/NETSCM/Program.cs +++ b/NETSCM/Program.cs @@ -1,4 +1,6 @@ -锘縰sing SCM.鍗曟嵁璧勬枡; +锘縰sing BaseSet; +using SCM; +using SCM.鎶ヨ〃; using System; using System.Collections.Generic; using System.Windows.Forms; @@ -31,7 +33,7 @@ MessageBox.Show("鍙戠幇鏈�鏂扮増鏈�,闇�瑕佹洿鏂帮紒"); string strFileName = Pub_Class.ClsPub.AppPath + @"\HX_UpdateForWeb.exe"; System.Diagnostics.Process.Start(strFileName); - Application.Exit(); + Application.Exit(); return; } else @@ -41,7 +43,7 @@ frmlg.ShowDialog(); if (frmlg.isOk) { - Gy_BarCodeMain gy_Bar = new Gy_BarCodeMain(); + Gy_GroupEmp gy_Bar = new Gy_GroupEmp(); MDIMain MainFrm = new MDIMain(); Application.Run(MainFrm); } -- Gitblit v1.9.1