Ejemplo n.º 1
0
 public T GetCollector <T>() where T : UiEventCollector
 {
     return(_allSubscribers.GetCollector <T>());
 }