Пример #1
0
 public void LeaveRoom()
 {
     IsRoomHost = false;
     if (InRoom)
     {
         CurrentChatRoom.Leave(this);
     }
 }