Exemple #1
0
 public void SetCommand()
 {
     MenuItemCommand =
         new CompositeBeforeAfterDelegateCommand(() => Navigator.OpenView(WizardStep.ViewTargetName, MenuItemContext));
 }
Exemple #2
0
 public void SetCommand()
 {
     MenuItemCommand =
         new CompositeBeforeAfterDelegateCommand(() => commands.OpenView(TargetName, MenuItemContext));
 }
Exemple #3
0
 public ApplicationMenuItemViewOpener(IApplicationCommands commands)
 {
     MenuItemCommand = new CompositeBeforeAfterDelegateCommand(() => commands.OpenView(this.TargetName));
 }