コード例 #1
0
 public OpenSettingsWindowCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
コード例 #2
0
 public HideSecondaryWindowCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
コード例 #3
0
 public OpenCameraCalibrationToolCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
コード例 #4
0
 public OpenCategoriesManagementWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
コード例 #5
0
 public StartExaminationPathCommand(IContentChange contentChange, IParameterInputPipe<ExaminationPathType> parameterInputPipe)
 {
     this.contentChange = contentChange;
     this.parameterInputPipe = parameterInputPipe;
 }
コード例 #6
0
 public OpenExaminationPathWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
コード例 #7
0
ファイル: ShowAboutCommand.cs プロジェクト: forkbomb/pikto
 public ShowAboutCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
コード例 #8
0
 public ContentManagementService(IContentChange appViewModel, IParameterTransfer parameterTransfer)
 {
     this.contentChange = appViewModel;
     this.parameterTransfer = parameterTransfer;
     PrepareCommands();
 }
コード例 #9
0
 public OpenPictogramsManagementWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }