Beispiel #1
0
        public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("images/splash.png");

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