Aspose.Tasks.Examples.CSharp.Licensing.ApplyLicenseUsingFile.Run C# (CSharp) 메소드

Run() 공개 정적인 메소드

public static Run ( ) : void
리턴 void
        public static void Run()
        {
            // ExStart:ApplyLicenseUsingFile
            Aspose.Tasks.License license = new Aspose.Tasks.License();
            license.SetLicense("Aspose.Tasks.lic");
            // ExEnd:ApplyLicenseUsingFile
        }
    }
ApplyLicenseUsingFile