C# Class MacInspector.MainClass

Contains a static Main method which creates a new Xamarin.Mac application instance and passes the name of the class that will handle OS events, which in our case is the T:MacInspector.AppDelegate class.
Please see: https://developer.xamarin.com/guides/mac/getting_started/hello,_mac/#Main.cs
Datei anzeigen Open project: xamarin/mac-samples

Private Methods

Method Description
Main ( string args ) : void