This is the main type for your game
Наследование: Microsoft.Xna.Framework.Game
Пример #1
0
 protected override void OnCreate(Bundle bundle)
 {
     base.OnCreate(bundle);
     var g = new Game1();
     SetContentView((View)g.Services.GetService(typeof(View)));
     g.Run();
 }