private void btnAgregar_Click(object sender, EventArgs e) { iProdId = Convert.ToInt32(cmbProducto.SelectedValue); frmZonaEnvioEdit x = new frmZonaEnvioEdit(iProdId, -1); x.ShowDialog(); BuscarDatosIniciales(); }