Ejemplo n.º 1
0
        private void gerenciarCategoriaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            modCategoria abrir = new modCategoria();

            abrir.Show();
        }
Ejemplo n.º 2
0
        private void btGerenciar_Click(object sender, EventArgs e)
        {
            modCategoria abrir = new modCategoria();

            abrir.Show();
        }