| | |
| | | namespace IBox.Desktop |
| | | { |
| | | internal static class Program |
| | | { |
| | | { |
| | | /// <summary> |
| | | /// The main entry point for the application. |
| | | /// </summary> |
| | |
| | | System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo("zh-Hans"); |
| | | |
| | | //皮肤 |
| | | DevExpress.LookAndFeel.UserLookAndFeel.Default.SetSkinStyle(SkinStyle.WXICompact); |
| | | DevExpress.LookAndFeel.UserLookAndFeel.Default.SetSkinStyle(SkinStyle.WXICompact); |
| | | |
| | | // To customize application configuration such as set high DPI settings or default font, |
| | | // see https://aka.ms/applicationconfiguration. |
| | |
| | | //} |
| | | |
| | | #endregion |
| | | |
| | | |
| | | |
| | | |
| | | //DbFirstHelper.Initial(); |
| | | Application.Run(new MainForm()); |
| | | } |