lu
7 天以前 931767239577c1a81f298ddccd65e3137c80b326
DevApp/Gs.DevApp/Program.cs
@@ -1,6 +1,7 @@
using CefSharp;
using CefSharp.WinForms;
using Gs.DevApp.DevFrm;
using Gs.DevApp.DevFrm.QC;
using Gs.DevApp.DevFrm.Work;
using Gs.DevApp.Properties;
using Gs.DevApp.ToolBox;
@@ -41,8 +42,6 @@
        /// </summary>
        private static void _startLogin()
        {
            //Application.Run(new Gs.DevApp.test.MainForm());
            //return;
            CefSettings settings = new CefSettings();
            settings.Locale = "zh-CN";
            Cef.Initialize(settings);