Пример #1
0
 public OpenSettingsWindowCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
Пример #2
0
 public HideSecondaryWindowCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
 public OpenCameraCalibrationToolCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
 public OpenCategoriesManagementWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
Пример #5
0
 public StartExaminationPathCommand(IContentChange contentChange, IParameterInputPipe<ExaminationPathType> parameterInputPipe)
 {
     this.contentChange = contentChange;
     this.parameterInputPipe = parameterInputPipe;
 }
 public OpenExaminationPathWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
Пример #7
0
 public ShowAboutCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }
Пример #8
0
 public ContentManagementService(IContentChange appViewModel, IParameterTransfer parameterTransfer)
 {
     this.contentChange = appViewModel;
     this.parameterTransfer = parameterTransfer;
     PrepareCommands();
 }
 public OpenPictogramsManagementWizardCommand(IContentChange contentChange)
 {
     this.contentChange = contentChange;
 }