|
IsTrialElapsed |
Top Previous Next |
|
Gets the value indicating the status of the trial period - whether it is elapsed or not.
public static bool IntelliProtector.IsTrialElapsed();
Parameters
No parameters.
Return value
Returns true if trial is over. Returns false otherwise.
Requirements
file: IntelliProtector.cs namespace: IntelliProtectorService;
Example
public void CanIRun() { if(IntelliProtector.IsTrialElapsed()) return;
MessageBox.Show("I can run."); } |
| Copyright © 2011 intelliprotector.com |