示例#1
0
        public void Handle(ObservedDataRemovedEvent eventToHandle)
        {
            var dataRepository = eventToHandle.DataRepository;

            editorPresenter.RemoveDataRepositories(new[] { dataRepository });
            displayPresenter.Refresh();
        }
 public void Handle(ObservedDataRemovedEvent eventToHandle)
 {
     Close(eventToHandle.DataRepository);
 }
 public void Handle(ObservedDataRemovedEvent eventToHandle)
 {
     _explorerPresenter.RemoveNodeFor(eventToHandle.DataRepository);
 }