Exemplo n.º 1
0
 static void Main()
 {
     HelpZenithAndroid();
     using (var game = new Zenith.Game1())
     {
         game.Run();
     }
 }
Exemplo n.º 2
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);
            ASSETS = this.Assets;
            var g = new Zenith.Game1();

            SetContentView((View)g.Services.GetService(typeof(View)));
            g.Run();
        }