GetTrialLaunchesCount

Top  Previous  Next

Function returns count of free launches in the trial period.

 

Public Shared Function GetTrialLaunchesCount() As Integer

 

Parameters

 

 No parameters.

 

Return value

 

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

 

Requirements

 

 file: IntelliProtector.vb

 

Example

 

Public Sub ShowTrialLaunches()

    Dim trialLauchesCount As Integer = IntelliProtectorService.IntelliProtector.GetTrialLaunchesCount()

    Dim trialLauchesMessage As [String] = [String].Format("Trial launches: {0}", trialLauchesCount)

    System.Windows.Forms.MessageBox.Show(trialLauchesMessage)

End Sub

 





Copyright © 2011 intelliprotector.com