public static void Main()
        {
            SplashScreen splashScreen = new SplashScreen("orange.jpg");

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