C# Class Orc.LicenseManager.Services.DialogLicenseVisualizerService

Inheritance: ILicenseVisualizerService
Mostra file Open project: WildGums/Orc.LicenseManager

Public Methods

Method 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 method

public DialogLicenseVisualizerService ( IUIVisualizerService uiVisualizerService, ILicenseInfoService licenseInfoService, IDispatcherService dispatcherService ) : Catel
uiVisualizerService IUIVisualizerService
licenseInfoService ILicenseInfoService
dispatcherService IDispatcherService
return Catel

ShowLicense() public method

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