示例#1
0
 private async Task DeleteItem()
 {
     _itemService.DeleteInstance(Item);
     _itemService.UpdateTable();
     Close(this);
 }