Esempio n. 1
0
    /// <summary>
    /// 隐藏平台社区
    /// </summary>
    public void HidenPlatformCommunity()
    {
        if (m_cPlatform == null)
        {
            return;
        }

        m_cPlatform.HidenCommunity();
    }