Exemplo n.º 1
0
 private void RefreshCards(string category, string deck)
 {
     lbCards.LoadItems(_cardsService.GetAll(_topic, category, deck));
 }