Ejemplo n.º 1
0
 public void Delete(LocatieDisplayInfo item)
 {
     locatieController.Remove(item.ID.Value);
     Refresh();
 }