コード例 #1
0
 public void Handle(ParameterIdentificationDeletedEvent eventToHandle)
 {
     _explorerPresenter.RemoveNodeFor(eventToHandle.ParameterIdentification);
 }
コード例 #2
0
 public void Handle(ObservedDataRemovedEvent eventToHandle)
 {
     _explorerPresenter.RemoveNodeFor(eventToHandle.DataRepository);
 }