This function returns the 'purchase renewal code' link. It is used in the pop-ups by Purchase (renewal code) button
Syntax
public static string GetRenewalPurchaseLink()
Parameters
No parameters.
Return value
Returns the 'purchase renewal code' link.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lRenewLicenseLink.Text = ItpLibraryNetWrapper.GetRenewalPurchaseLink();
}