예제 #1
0
 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();
 }