示例#1
0
    /// <summary>
    /// 显示平台社区
    /// </summary>
    public void ShowPlatformCommunity()
    {
        if (m_cPlatform == null)
        {
            return;
        }

        m_cPlatform.ShowCommunity();
    }