private void button2_Click(object sender, EventArgs e)
        {
            VentanaCategoria vc = new VentanaCategoria();

            vc.referenciaPadre(this);
            vc.Show();
        }
Esempio n. 2
0
        private void button5_Click(object sender, EventArgs e)
        {
            VentanaCategoria vc = new VentanaCategoria();

            vc.Show();
        }
Esempio n. 3
0
        private void categoriaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            VentanaCategoria vc = new VentanaCategoria();

            vc.Show();
        }