Exemplo n.º 1
0
 bool CanBroadcast(object obj)
 {
     if (Observers.Any()) return true;
     return false;
 }