Exemplo n.º 1
0
 public void TriggerEvent <T>(EventHandler <T> handler, T args)
 {
     Notifier.SendEventNotification(handler, args);
 }
Exemplo n.º 2
0
 public void TriggerEvent(EventHandler handler)
 {
     Notifier.SendEventNotification(handler);
 }