topical media & game development

talk show tell print

#mobile-application-12-MonoTouchOther-MonoTouchOther-Main.cs / cs



  using System;
  using System.Collections.Generic;
  using System.Linq;
  
  using MonoTouch.Foundation;
  using MonoTouch.UIKit;
  
  namespace MonoTouchOther
  {
          public class Application
          {
                  // This is the main entry point of the application.
                  static void Main (string[] args)
                  {
                          // if you want to use a different Application Delegate class from "AppDelegate"
                          // you can specify it here.
                          UIApplication.Main (args, null, "AppDelegate");
                  }
          }
  }
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.