| | |
| | | using DevExpress.XtraEditors; |
| | | using DevExpress.XtraSplashScreen; |
| | | |
| | | namespace Hydro.WinfrmUI.Viewer { |
| | | static class Program { |
| | | namespace Hydro.WinfrmUI.Viewer |
| | | { |
| | | static class Program |
| | | { |
| | | [STAThread] |
| | | static void Main() { |
| | | static void Main() |
| | | { |
| | | DevExpress.UserSkins.BonusSkins.Register(); |
| | | DevExpress.Skins.SkinManager.EnableFormSkins(); |
| | | |
| | | WindowsFormsSettings.DefaultRibbonStyle = DefaultRibbonControlStyle.Office2019; |
| | | Application.EnableVisualStyles(); |
| | | Application.SetCompatibleTextRenderingDefault(false); |
| | | SplashScreenManager.ShowForm((Form)null, typeof(RibbonSimplePadSplashScreen), true, true); |
| | | |
| | | Application.Run(new frmMain()); |
| | | } |
| | | } |