C# Class BSky.Lifetime.Services.BSkyLicService

Inheritance: IBSkyLicService
Afficher le fichier Open project: BlueSkyStatistics/BlueSkyRepository

Méthodes publiques

Méthode Description
CheckLicStatus ( bool ShowDaysLeftReminderPopup ) : int
GetLicError ( int statcode ) : string
InstallDemoLic ( int days ) : void
LicenseCheck ( int days = 3 ) : void

Private Methods

Méthode Description
ShowDaysLeftReminder ( ) : void

Method Details

CheckLicStatus() public méthode

public CheckLicStatus ( bool ShowDaysLeftReminderPopup ) : int
ShowDaysLeftReminderPopup bool
Résultat int

GetLicError() public méthode

public GetLicError ( int statcode ) : string
statcode int
Résultat string

InstallDemoLic() public méthode

public InstallDemoLic ( int days ) : void
days int
Résultat void

LicenseCheck() public méthode

public LicenseCheck ( int days = 3 ) : void
days int
Résultat void