コード例 #1
0
ファイル: App.g.cs プロジェクト: scottvossen/BattleShip
 public static void Main() {
     SplashScreen splashScreen = new SplashScreen("splashscreen.png");
     splashScreen.Show(true);
     BattleShip.App app = new BattleShip.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
ファイル: App.g.i.cs プロジェクト: kaszuster/BattleShip
 public static void Main() {
     BattleShip.App app = new BattleShip.App();
     app.InitializeComponent();
     app.Run();
 }