public void Logout(bool isForced = false) { IMHelper.LogoutFromIM(); VMGlobal.CleanUserData(); if (LogoutEvent != null) { LogoutEvent(isForced); } }
private static List <ProBrand> GetPoweredBrands() { return(VMGlobal.GetPoweredBrands(VMGlobal.CurrentUser)); }