Aspose.Tasks.Examples.CSharp.Licensing.ApplyLicenseUsingFile.Run C# (CSharp) Method

Run() public static method

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