duheng
2025-03-27 d2ccacb3317aa6310f1b1bb5eb19fbdecba39ff9
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());
            }