GetTrialLaunchesLeftCount

Top  Previous  Next

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

 

Public Shared Function GetTrialLaunchesLeftCount() As Integer

 

Parameters

 

 No parameters.

 

Return value

 

 Returns the quantity of trial launches left.

 

Requirements

 

 file: IntelliProtector.vb

 

Example

 

Public Sub ShowTrialLaunchesLeft()

    Dim trialLaunchesLeftCount As Integer = IntelliProtectorService.IntelliProtector.GetTrialLaunchesLeftCount()

    Dim trialLauchesLeftMessage As [String] = [String].Format("Trial launches left: {0}", trialLauchesLeftCount)

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

End Sub

 





Copyright © 2011 intelliprotector.com