public static void Main() { SplashScreen splashScreen = new SplashScreen("splashscreen.png"); splashScreen.Show(true); Stratego.App app = new Stratego.App(); app.InitializeComponent(); app.Run(); }
public static void Main() { Stratego.App app = new Stratego.App(); app.InitializeComponent(); app.Run(); }