コード例 #1
0
ファイル: App.g.i.cs プロジェクト: ed1621/CSharp
 public static void Main() {
     SaveTheHumans.App app = new SaveTheHumans.App();
     app.InitializeComponent();
     app.Run();
 }
コード例 #2
0
 public static void Main()
 {
     SaveTheHumans.App app = new SaveTheHumans.App();
     app.InitializeComponent();
     app.Run();
 }