From ef2ed31abaaec51c035c53d7596e788af4beb40a Mon Sep 17 00:00:00 2001 From: ningshuxia <ningshuxia0927@outlook.com> Date: 星期二, 01 四月 2025 12:49:27 +0800 Subject: [PATCH] inp保存路径修改 --- 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