Ejemplo n.º 1
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main()
 {
     using (AlienGame game = new AlienGame())
     {
         game.Run();
     }
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The main entry point for the application.
 /// </summary>
 static void Main()
 {
     using (AlienGame game = new AlienGame())
     {
         game.Run();
     }
 }
Ejemplo n.º 3
0
        public override void FinishedLaunching(UIApplication app)
        {
            // Fun begins..
            game = new AlienGame ();
            game.Run ();

            //MediaLibrary lib = new MediaLibrary();
            //object result = lib.Playlists;
        }
Ejemplo n.º 4
0
        public override void FinishedLaunching(UIApplication app)
        {
            // Fun begins..
            game = new AlienGame();
            game.Run();

            //MediaLibrary lib = new MediaLibrary();
            //object result = lib.Playlists;
        }