tx
8 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
TProduct.Client/TProduct.DesktopMain/Program.cs
@@ -34,9 +34,7 @@
                MessageBox.Show("程序已启动,不能重复启动");
                return;
            }
            //MessageBox.Show("程序开启动");
            //放在最开始
            var corp_flag = TProduct.CorpConfig.Instance.CorpFlag;
            if(corp_flag == Model.eCorpFlag.未知客户)
@@ -50,7 +48,6 @@
            #region DEV控件设置
            try
            {
                System.Windows.Forms.Application.EnableVisualStyles();
                System.Windows.Forms.Application.SetCompatibleTextRenderingDefault(false);
@@ -104,6 +101,7 @@
            DevExpress.LookAndFeel.UserLookAndFeel.Default.SetSkinStyle(TProduct.UserSetting.Setting.Skin.ThemeStyle, TProduct.UserSetting.Setting.Skin.Style);
            TProduct.LogHelper.Initial();
            //检查数据库版本有么有升级
            TProduct.BLL.DataSetTool.CheckDataSetVersion();