C# 클래스 Orc.LicenseManager.Services.DialogLicenseVisualizerService

상속: ILicenseVisualizerService
파일 보기 프로젝트 열기: WildGums/Orc.LicenseManager

공개 메소드들

메소드 설명
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.

메소드 상세

DialogLicenseVisualizerService() 공개 메소드

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

ShowLicense() 공개 메소드

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