C# 클래스 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
파일 보기 프로젝트 열기: xamarin/mac-samples

비공개 메소드들

메소드 설명
Main ( string args ) : void