Example #1
0
 private void tsbExcluir_Click_1(object sender, EventArgs e)
 {
     _gerenciador.Excluir();
 }
Example #2
0
 private void btnExcluir_Click(object sender, EventArgs e)
 {
     _gerenciador.Excluir();
 }