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