public AboutModulesMenuViewModel()
 {
     this.ShowModuleCmd = new ShowModuleCommand <AboutModulesView>();
 }
 public FilterEditorMenuViewModel()
 {
     this.ShowModuleCmd = new ShowModuleCommand <FilterEditorView>();
 }
Beispiel #3
0
 public BackupMenuViewModel()
 {
     this.ShowModuleCmd = new ShowModuleCommand <BackupView>();
 }
 public PortDuplicatorMenuViewModel()
 {
     this.ShowModuleCmd = new ShowModuleCommand <PortDuplicatorView>();
 }
Beispiel #5
0
 public AssembliesExplorerMenuViewModel()
 {
     this.ShowModuleCmd = new ShowModuleCommand <AssembliesExplorerView>();
 }
Beispiel #6
0
 public PipelineReferenceExplorerMenuViewModel()
 {
     this.ShowModuleCmd = new ShowModuleCommand <PipelineReferenceExplorerView>();
 }