1 2 3 4 5 6
using iOS; // This is the main entry point of the application. // If you want to use a different Application Delegate class from "AppDelegate" // you can specify it here. UIApplication.Main (args, null, typeof (AppDelegate));