Ejemplo n.º 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            frmCategorias frm = new frmCategorias();

            frm.enviar = rellenarDepe;
            frm.ShowDialog();
        }
Ejemplo n.º 2
0
        private void agregarOModificarToolStripMenuItem2_Click(object sender, EventArgs e)
        {
            frmCategorias cat = new frmCategorias();

            cat.ShowDialog();
        }
Ejemplo n.º 3
0
        private void button5_Click(object sender, EventArgs e)
        {
            frmCategorias categorias = new frmCategorias();

            categorias.ShowDialog();
        }