コード例 #1
0
ファイル: Main.cs プロジェクト: ososorio-zz/cv-xamarin
        // This is the main entry point of the application.
        static void Main(string[] args)
        {
            PXEngine.LicenseKeyForUser("", "");

            // if you want to use a different Application Delegate class from "AppDelegate"
            // you can specify it here.
            UIApplication.Main(args, null, "AppDelegate");
        }
コード例 #2
0
        // This is the main entry point of the application.
        static void Main(string[] args)
        {
            //
            // ENTER YOUR LICENSE INFO HERE
            //
            PXEngine.LicenseKeyForUser("SERIAL NUMBER", "USER NAME");

            // if you want to use a different Application Delegate class from "AppDelegate"
            // you can specify it here.
            UIApplication.Main(args, null, "AppDelegate");
        }