From 1544b9ba3902d93a3d701db3656227cc3b46dce8 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 01 八月 2025 14:45:09 +0800
Subject: [PATCH] 过站bug

---
 DevApp/Gs.DevApp/Program.cs |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index 4a26e0f..5474a54 100644
--- a/DevApp/Gs.DevApp/Program.cs
+++ b/DevApp/Gs.DevApp/Program.cs
@@ -1,11 +1,9 @@
 锘縰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;
@@ -54,6 +52,7 @@
                 if (fmLogin.DialogResult == DialogResult.OK)
                 {
                     //Application.Run(new DevFrm.User.SysMenu());
+                    //return;
                     bool IsWeight = false;
                     try
                     {

--
Gitblit v1.9.3