Exemple #1
0
        public void UninitSys()
        {
            this.m_bInit         = false;
            this.m_bShowPopNew   = false;
            this.m_bShowBoxBtn   = false;
            this.m_bShowRedPoint = false;
            Singleton <CUIEventManager> .GetInstance().RemoveUIEventListener(enUIEventID.Pandroa_ShowActBox, new CUIEventManager.OnUIEventHandler(this.OnShowActBox));

            Pandora.LogOutAccount();
        }