From 342b10ed5f4ebbccf2d2868d211fbe91cf3e8d5d Mon Sep 17 00:00:00 2001
From: qin <a@163.com>
Date: 星期三, 19 三月 2025 09:10:27 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 Desktop/IBox.Desktop/Program.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Desktop/IBox.Desktop/Program.cs b/Desktop/IBox.Desktop/Program.cs
index 4a21728..4950b50 100644
--- a/Desktop/IBox.Desktop/Program.cs
+++ b/Desktop/IBox.Desktop/Program.cs
@@ -4,7 +4,7 @@
 namespace IBox.Desktop
 {
     internal static class Program
-    { 
+    {
         /// <summary>
         ///  The main entry point for the application.
         /// </summary>
@@ -48,7 +48,7 @@
                 System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("zh-Hans");
 
                 //皮肤
-                 DevExpress.LookAndFeel.UserLookAndFeel.Default.SetSkinStyle(SkinStyle.WXICompact); 
+                DevExpress.LookAndFeel.UserLookAndFeel.Default.SetSkinStyle(SkinStyle.WXICompact);
 
                 // To customize application configuration such as set high DPI settings or default font,
                 // see https://aka.ms/applicationconfiguration.
@@ -69,8 +69,8 @@
                 //}
 
                 #endregion
-  
- 
+
+
                 //DbFirstHelper.Initial();
                 Application.Run(new MainForm());
             }

--
Gitblit v1.9.3