Example #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("images/e77e9f20223693.562e7bcc9275a.png");

            splashScreen.Show(true);
            AccountingSystem.App app = new AccountingSystem.App();
            app.InitializeComponent();
            app.Run();
        }
Example #2
0
 public static void Main()
 {
     AccountingSystem.App app = new AccountingSystem.App();
     app.InitializeComponent();
     app.Run();
 }