Awesomekit.iOS.Application.Main C# (CSharp) Méthode

Main() static private méthode

static private Main ( Array args ) : void
args Array
Résultat void
        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");
        }
    }
Application