Exemple #1
0
 public void SendMany(List <Participant> to, string message)
 {
     chatroom.SendMany(name, to, message);
 }