Exemplo n.º 1
0
 private void btnModiCat_Click(object sender, EventArgs e)
 {
     mantenimientos.categorias categ = new mantenimientos.categorias();
     categ.lblEncanezado.Text = "Modicar o eliminar una categoria.";
     categ.Modificar          = true;
     categ.ShowDialog();
 }
Exemplo n.º 2
0
 private void btnAgregaCat_Click(object sender, EventArgs e)
 {
     mantenimientos.categorias cat = new mantenimientos.categorias();
     cat.ShowDialog();
 }