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