|
GetTrialLaunchesLeftCount |
Top Previous Next |
|
Function returns quantity of free launches in the trial period, which are left after activation.
public static int IntelliProtector.GetTrialLaunchesLeftCount();
Parameters
No parameters.
Return value
Returns the quantity of trial launches left.
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void ShowTrialLaunchesLeft() { int trialLaunchesLeftCount = IntelliProtector.GetTrialLaunchesLeftCount(); String trialLauchesLeftMessage = String.Format("Trial launches left: {0}", trialLauchesLeftCount); MessageBox.Show(trialLauchesLeftMessage); } |
| Copyright © 2011 intelliprotector.com |