Ejemplo n.º 1
0
 private void OnBlacklistedChanged(string itemID, bool favourite)
 {
     if (favourite)
     {
         Persistence.AddToBlacklist(itemID, UIUtil.PanelToItemType(PanelType));
     }
     else
     {
         Persistence.RemoveFromBlacklist(itemID, UIUtil.PanelToItemType(PanelType));
     }
 }