Exemplo n.º 1
0
        private void cATEGORIASToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frm_categorias frm = new frm_categorias();

            frm.Show();
        }
Exemplo n.º 2
0
        private void btn_cad_categoria_Click(object sender, EventArgs e)
        {
            frm_categorias frm = new frm_categorias();

            frm.Show();
        }