|
GetTrialLaunchesCount |
Top Previous Next |
|
Function returns count of free launches in the trial period.
public static int IntelliProtector.GetTrialLaunchesCount();
Parameters
No parameters.
Return value
Returns count of launches which are available in the trial period.
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void ShowTrialLaunches() { int trialLauchesCount = IntelliProtector.GetTrialLaunchesCount(); String trialLauchesMessage = String.Format("Trial launches: {0}", trialLauchesCount); MessageBox.Show(trialLauchesMessage); } |
| Copyright © 2011 intelliprotector.com |