Ejemplo n.º 1
0
 /// <summary>
 /// 关闭或打开自定义频道窗口
 /// </summary>
 /// <param name="bActive"></param>
 private void updateDiyChannelWnd(bool bActive)
 {
     if (bActive && m_ChannelGroupType == ChatChannelGroupType.ChatChannel_Diy)
     {
         m_wndView.updateDiyChannelWnd();
     }
 }