tx
8 天以前 e0b138b3e057de6f57021e6c8963868f5c5acc5a
TProduct.Client/TProduct.DesktopMain/Program.cs
@@ -35,8 +35,6 @@
                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);
@@ -105,6 +102,7 @@
            TProduct.LogHelper.Initial();
            //检查数据库版本有么有升级
            TProduct.BLL.DataSetTool.CheckDataSetVersion();