Beispiel #1
0
 private void OnToBuyItemTappedCommandExecuted(ToBuyItem item) =>
 item.Done = true;
Beispiel #2
0
 private void OnDeleteItemCommandExecuted(ToBuyItem item) =>
 ToBuyItems.Remove(item);