From 02a032030f8fe8acfece20e1ddb37cdc9426e808 Mon Sep 17 00:00:00 2001
From: tangxu <tangxu76880903>
Date: 星期三, 08 五月 2024 08:30:03 +0800
Subject: [PATCH] 移动视图的上部按钮命令: 未完成

---
 WinfrmUI/Hydro.WinfrmUI.Viewer/Program.cs |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/WinfrmUI/Hydro.WinfrmUI.Viewer/Program.cs b/WinfrmUI/Hydro.WinfrmUI.Viewer/Program.cs
index a1b1ef0..1614599 100644
--- a/WinfrmUI/Hydro.WinfrmUI.Viewer/Program.cs
+++ b/WinfrmUI/Hydro.WinfrmUI.Viewer/Program.cs
@@ -3,17 +3,20 @@
 using DevExpress.XtraEditors;
 using DevExpress.XtraSplashScreen;
 
-namespace Hydro.WinfrmUI.Viewer {
-    static class Program {
+namespace Hydro.WinfrmUI.Viewer
+{
+    static class Program
+    {
         [STAThread]
-        static void Main() {
+        static void Main()
+        {
             DevExpress.UserSkins.BonusSkins.Register();
             DevExpress.Skins.SkinManager.EnableFormSkins();
 
             WindowsFormsSettings.DefaultRibbonStyle = DefaultRibbonControlStyle.Office2019;
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
-            SplashScreenManager.ShowForm((Form)null, typeof(RibbonSimplePadSplashScreen), true, true);
+
             Application.Run(new frmMain());
         }
     }

--
Gitblit v1.9.3