private void categoriaToolStripMenuItem_Click(object sender, EventArgs e) { frm_Categorias frm_categorias = new frm_Categorias(); frm_categorias.Show(); }
private void btn_cad_categorias_Click(object sender, EventArgs e) { frm_Categorias frm_Categorias = new frm_Categorias(); frm_Categorias.Show(); }