Applabtodotesting.iOS.Application.Main C# (CSharp) 메소드

Main() 정적인 개인적인 메소드

static private Main ( string args ) : void
args string
리턴 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