GetTrialLaunchesCount
Function returns count of free launches in the trial period.

Syntax
public static int GetTrialLaunchesCount()

Parameters
No parameters.

Return value
Returns count of launches which are available in the trial period.

Requirements
File: ItpLibraryNetWrapper.cs
Namespace: ItpLibraryNetClient;

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