Exemplo n.º 1
0
 public void SendToAll(string message)
 {
     Mediator.SendToAll(message, this);
 }