public OpenSettingsWindowCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
 public HideSecondaryWindowCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
 public OpenCameraCalibrationToolCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
 public OpenCategoriesManagementWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
 public StartExaminationPathCommand(IContentChange contentChange, IParameterInputPipe<ExaminationPathType> parameterInputPipe)
 {
     this.contentChange = contentChange;
     this.parameterInputPipe = parameterInputPipe;
 }
 public OpenExaminationPathWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
Exemple #7
0
 public ShowAboutCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
 public ContentManagementService(IContentChange appViewModel, IParameterTransfer parameterTransfer)
 {
     this.contentChange = appViewModel;
     this.parameterTransfer = parameterTransfer;
     PrepareCommands();
 }
 public OpenPictogramsManagementWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }