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