void ShowChildeUI(bool bShow, Acoount_MgrUI_Type type) { switch (type) { case Acoount_MgrUI_Type.PasswordMgr_UI: m_PrsswordMgrUI.ShowPasswordMgrUI(bShow); break; case Acoount_MgrUI_Type.BindMobile_UI: m_BindMobile.ShowBingMobileUI(bShow); break; case Acoount_MgrUI_Type.Phone_Password: m_phoneps.ShowPasswordMgrUI(bShow); break; case Acoount_MgrUI_Type.Certification_UI: m_Certification.ShowCertificationUI(bShow); break; case Acoount_MgrUI_Type.ReceiverAddress_UI: m_ReceiverAddress.ShowReceiverAddressUI(bShow); break; } }