This function retrieves the buy now link, which is specified in the IntelliProtector project. The buy now link is used in pop-up windows by Purchase button
Syntax
public static string GetBuyNowLink()
Parameters
No parameters.
Return value
Returns the buy now link.
Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;
Example
void
InitControls()
{
lBuyNowLink.Text = ItpLibraryNetWrapper.GetBuyNowLink();
}