Beispiel #1
0
 public override void DeleteItemCommandHandler()
 {
     try
     {
         _SectionService.DeleteSection(ItemsCollectionView.CurrentItem as Section);
         items.Remove(ItemsCollectionView.CurrentItem as Section);
     }
     catch (Exception)
     {
         throw;
     }
 }