예제 #1
0
 private void btnEliminar_Click(object sender, EventArgs e)
 {
     inventario1.eliminarProducto(Convert.ToInt32(txtCodigo.Text));
     txtReporte.Text = inventario1.reporteDeProductos();
 }
 private void btnEliminar_Click(object sender, EventArgs e)
 {
     inventario.eliminarProducto(Convert.ToInt32(txtCodigo.Text));
 }