|
GetBuyNowLink |
Top Previous Next |
|
This function retrieves the buy now link, which is specified in the IntelliProtector project.
public static String IntelliProtector.GetBuyNowLink();
Parameters
No parameters
Return value
Returns the buy now link.
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void GetBuyNow() { String link = IntelliProtector.GetBuyNowLink(); MessageBox.Show(link); }
|
| Copyright © 2011 intelliprotector.com |