From 2e3496c2bc19c1dcb25dbbde0022a6a6d2b4ff7b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 22 十一月 2025 13:27:18 +0800
Subject: [PATCH] ID转人名:受托退料申请、受托退料单
---
DevApp/Gs.DevApp/Program.cs | 17 +----------------
1 files changed, 1 insertions(+), 16 deletions(-)
diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index 27de65a..debf7ff 100644
--- a/DevApp/Gs.DevApp/Program.cs
+++ b/DevApp/Gs.DevApp/Program.cs
@@ -1,11 +1,7 @@
锘縰sing CefSharp;
using CefSharp.WinForms;
-using DevExpress.Drawing.Internal.Fonts.Interop;
using Gs.DevApp.DevFrm;
-using Gs.DevApp.DevFrm.Work;
-using Gs.DevApp.Properties;
using System;
-using System.Configuration;
using System.Diagnostics;
using System.IO;
using System.Windows.Forms;
@@ -55,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());
- else
- Application.Run(new FrmMain());
+ Application.Run(new FrmMain());
}
}
else
--
Gitblit v1.9.3