예제 #1
0
 public void JoinChatroom(ChatRoom room)
 {
     room.AcceptUser(this);
 }