Exemplo n.º 1
0
 /// <summary>
 /// 刷新房间聊天
 /// </summary>
 public void RefreshRoomChat()
 {
     if (_currType != 2)
     {
         return;
     }
     ChangeList(ChatTool.GetRoomNumber());
     if (_chatSlideListStateInspection._IsDrag)
     {
         OpenNewMessageBtn(true);
     }
     else
     {
         OpenNewMessageBtn(false);
     }
 }