Exemple #1
0
 public void AddInRoom(ChatUser user, ChatUser ourname, ChatRoom room)
 {
     client.AddInRoom(user, ourname, room);
 }