Esempio n. 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();
 }
Esempio n. 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();
 }