Exemple #1
0
 // Sends message to given participant
 public void Send(string to, string message)
 {
     chatroom.Send(name, to, message);
 }