Пример #1
0
 public async Task RemoveSelectedAsync()
 {
     itemStore.RemoveSelected();
     await Fetcher.Update(itemStore.ItemSnapshot());
 }