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