Exemple #1
0
 public void closeChatRoom()
 {
     currentChatRoomForm = null;
     checkButtonJoinEnabled();
 }
Exemple #2
0
 public ChatRoom showChatRoom(chat.chatclient.chatviews.ChatRoom view)
 {
     currentChatRoomForm = new ChatRoom(view);
     currentChatRoomForm.Show();
     return(currentChatRoomForm);
 }