Exemple #1
0
 void AddLogsCollectionHandler(
     ViewControlId controlId,
     IViewControlHandler handler
     )
 {
     viewControlHandlers.Add(controlId, handler);
 }
Exemple #2
0
 void IPresenter.AddLogsCollectionControlHandler(IViewControlHandler value)
 {
     logsCollectionControlHandlers.Add(value);
 }