GetTrialLaunchesLeftCount
Function returns quantity of free launches in the trial period, which are left after activation.

Syntax
public static int GetTrialLaunchesLeftCount()

Parameters
No parameters.

Return value
Returns the quantity of trial launches left.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

Example
void InitControls()
{
    lLaunchesLeft.Text = ItpLibraryNetWrapper.GetTrialLaunchesLeftCount().ToString(CultureInfo.InvariantCulture);
}
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services