From 5e376d06404a16cb3c82a93cff351c5315bbcfe3 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期六, 28 六月 2025 16:10:22 +0800
Subject: [PATCH] 客户多打印

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

diff --git a/DevApp/Gs.DevApp/Program.cs b/DevApp/Gs.DevApp/Program.cs
index 4a26e0f..4dd0414 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;
@@ -42,7 +40,7 @@
         /// </summary>
         private static void _startLogin()
         {
-            //Application.Run(new XtraForm1());
+            //Application.Run(new Gs.DevApp.XtraForm1());
             //return;
             CefSettings settings = new CefSettings();
             settings.Locale = "zh-CN";
@@ -54,6 +52,7 @@
                 if (fmLogin.DialogResult == DialogResult.OK)
                 {
                     //Application.Run(new DevFrm.User.SysMenu());
+                    //return;
                     bool IsWeight = false;
                     try
                     {

--
Gitblit v1.9.3