예제 #1
0
 //Sends message to all participants
 public void SendAll(string message)
 {
     chatroom.SendAll(name, message);
 }