| | |
| | | using CefSharp; |
| | | using CefSharp.WinForms; |
| | | using DevExpress.Drawing.Internal.Fonts.Interop; |
| | | using Gs.DevApp.DevFrm; |
| | | using Gs.DevApp.DevFrm.Work; |
| | | using Gs.DevApp.Properties; |
| | | using System; |
| | | using System.Configuration; |
| | | using System.Diagnostics; |
| | | using System.IO; |
| | | using System.Windows.Forms; |
| | |
| | | /// </summary> |
| | | private static void _startLogin() |
| | | { |
| | | //Application.Run(new XtraForm1()); |
| | | //Application.Run(new Gs.DevApp.XtraForm1()); |
| | | //return; |
| | | |
| | | CefSettings settings = new CefSettings(); |
| | | settings.Locale = "zh-CN"; |
| | | Cef.Initialize(settings); |
| | |
| | | if (fmLogin.DialogResult == DialogResult.OK) |
| | | { |
| | | //Application.Run(new DevFrm.User.SysMenu()); |
| | | //return; |
| | | bool IsWeight = false; |
| | | try |
| | | { |