Example #1
0
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("images/splash.png");
     splashScreen.Show(true);
     Assignment.App app = new Assignment.App();
     app.InitializeComponent();
     app.Run();
 }
Example #2
0
 public static void Main()
 {
     Assignment.App app = new Assignment.App();
     app.InitializeComponent();
     app.Run();
 }