예제 #1
0
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("resources/poster%20ri%20500.jpg");
     splashScreen.Show(true);
     Geoton.App app = new Geoton.App();
     app.InitializeComponent();
     app.Run();
 }
예제 #2
0
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("resources/logo%2050%20aniversario.jpg");
     splashScreen.Show(true);
     Geoton.App app = new Geoton.App();
     app.InitializeComponent();
     app.Run();
 }