Esempio n. 1
0
 public override IEnumerable <IMenuBarItem> AllMenuItems()
 {
     yield return(CreateMenuButton.WithCaption(AppConstants.MenuNames.GoTo)
                  .WithActionCommand(() => _presenter.GoToObject(_notificationMessage))
                  .WithIcon(ApplicationIcons.GoTo));
 }
Esempio n. 2
0
 private void onDoubleClick()
 {
     this.DoWithinExceptionHandler(() => _presenter.GoToObject(_gridViewBinder.FocusedElement));
 }