예제 #1
0
        private void categoriaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmCADCategoria frmCAD = new frmCADCategoria();

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

            frmCAD.Show();
        }