Esempio n. 1
0
 private void Remove(object sender, EventArgs e)
 {
     _repository.Remove(SelectedObject);
 }