Ejemplo n.º 1
0
 public static bool HasListener(Enum eventType)
 {
     return(senders.HasListener(eventType));
 }