Exemplo n.º 1
0
 public void Send(string message, string sender)
 {
     NotificationEventHandler?.Invoke(message, sender);
 }