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

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

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