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);
}