/// <summary> /// 登录 /// </summary> public void Login() { if (m_cPlatform == null) { return; } m_cPlatform.Login(); }