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