Exemplo n.º 1
0
 private void btnDel_Click(object sender, EventArgs e)
 {
     presenter.delete(listBox1.SelectedItem as Product);
 }