private void btnListCategoria_Click(object sender, EventArgs e) { Formularios.FAyudaPrecioProducCatego ayuda1 = new Formularios.FAyudaPrecioProducCatego(); ayuda1.ShowDialog(); iIdCategoria = Convert.ToInt32(ayuda1.IdCategoria); iCodigoCategoria = (ayuda1.CodiCategoria); //iId_Padre = Convert.ToInt32(ayuda1.Padr); txtIdCategoria.Text = ayuda1.CodiCategoria; txtNomCategoria.Text = ayuda1.NombrCategoria; }
private void btnListCategoria_Click(object sender, EventArgs e) { Formularios.FAyudaPrecioProducCatego ayuda1 = new Formularios.FAyudaPrecioProducCatego(); ayuda1.ShowDialog(); }