From cb9a9c1d0ea86d2f86bdf1c395f430d70b7274e1 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期五, 12 十二月 2025 13:13:46 +0800
Subject: [PATCH] 其它出库单据类型和出库类型动态维护
---
DevApp/Gs.DevApp/Program.cs | 16 +---------------
1 files changed, 1 insertions(+), 15 deletions(-)
diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index 801da22..debf7ff 100644
--- a/DevApp/Gs.DevApp/Program.cs
+++ b/DevApp/Gs.DevApp/Program.cs
@@ -1,9 +1,6 @@
锘縰sing CefSharp;
using CefSharp.WinForms;
using Gs.DevApp.DevFrm;
-using Gs.DevApp.DevFrm.Work;
-using Gs.DevApp.Properties;
-using Gs.DevApp.ToolBox;
using System;
using System.Diagnostics;
using System.IO;
@@ -54,18 +51,7 @@
{
//Application.Run(new DevFrm.User.SysMenu());
//return;
- bool IsWeight = false;
- try
- {
- IsWeight = Settings.Default.isWeight;
- }
- catch (Exception)
- {
- }
- if (IsWeight == true)
- Application.Run(new Frm_Work09(QcSeason.浜х嚎绉伴噸.ToString()));
- else
- Application.Run(new FrmMain());
+ Application.Run(new FrmMain());
}
}
else
--
Gitblit v1.9.3