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

Syntax
Public Shared Function GetTrialLaunchesCount() As Integer

Parameters
No parameters.

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

Requirements
File: ItpLibraryNetWrapper.vb
Namespace: ItpLibraryNetClient;

Example
Private Sub InitItpControls()
    lLaunchesTotal.Text = ItpLibraryNetWrapper.GetTrialLaunchesCount().ToString(CultureInfo.InvariantCulture)
End Sub
Copyright 2006 - 2024 by IntelliProtector - Software Protection and Licensing Services