private void categoriaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCADCategoria frmCAD = new frmCADCategoria();

            frmCAD.Show();
        }
Exemple #2
0
        private void button1_Click(object sender, EventArgs e)//nova categoria
        {
            frmCADCategoria frmCAD = new frmCADCategoria();

            frmCAD.Show();
        }