Exemplo n.º 1
0
 public bool AddSender(INotificationSender sender)
 {
     return(m_Senders.TryAdd(sender.GetType(), sender));
 }