Exemple #1
0
 public void Handle(ParameterIdentificationDeletedEvent eventToHandle)
 {
     _explorerPresenter.RemoveNodeFor(eventToHandle.ParameterIdentification);
 }
 public void Handle(ObservedDataRemovedEvent eventToHandle)
 {
     _explorerPresenter.RemoveNodeFor(eventToHandle.DataRepository);
 }