C# Class Orc.LicenseManager.Services.DialogLicenseVisualizerService

Inheritance: ILicenseVisualizerService
Afficher le fichier Open project: WildGums/Orc.LicenseManager

Méthodes publiques

Méthode Description
DialogLicenseVisualizerService ( IUIVisualizerService uiVisualizerService, ILicenseInfoService licenseInfoService, IDispatcherService dispatcherService ) : Catel
ShowLicense ( ) : void

Shows the single license dialog including all company info. You will see the about box.

Method Details

DialogLicenseVisualizerService() public méthode

public DialogLicenseVisualizerService ( IUIVisualizerService uiVisualizerService, ILicenseInfoService licenseInfoService, IDispatcherService dispatcherService ) : Catel
uiVisualizerService IUIVisualizerService
licenseInfoService ILicenseInfoService
dispatcherService IDispatcherService
Résultat Catel

ShowLicense() public méthode

Shows the single license dialog including all company info. You will see the about box.
public ShowLicense ( ) : void
Résultat void