lg
2024-09-16 34697d73ce31cfe3edc760f6c4d1d3640ce263a1
DevApp/Gs.DevApp/Program.cs
@@ -1,10 +1,5 @@
using DevExpress.LookAndFeel;
using DevExpress.Skins;
using DevExpress.UserSkins;
using System;
using System.Collections.Generic;
using System;
using System.Diagnostics;
using System.Linq;
using System.Windows.Forms;
namespace Gs.DevApp
@@ -28,7 +23,14 @@
            {
                Application.EnableVisualStyles();
                Application.SetCompatibleTextRenderingDefault(false);
                // Application.Run(new Gs.DevApp.UserControl.ShowFilter());
                _startLogin();
            }
        }
        /// <summary>
        /// 登录页启动
        /// </summary>
        private static void _startLogin()
        {
                DevFrm.FrmLogin fmLogin = new DevFrm.FrmLogin();
                if (fmLogin.IsDisposed == false)
                {
@@ -42,7 +44,4 @@
                    Application.Exit();
            }
        }
    }
}