Exemple #1
0
        private void categoriaToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frm_Categorias frm_categorias = new frm_Categorias();

            frm_categorias.Show();
        }
Exemple #2
0
        private void btn_cad_categorias_Click(object sender, EventArgs e)
        {
            frm_Categorias frm_Categorias = new frm_Categorias();

            frm_Categorias.Show();
        }