private void categoriasToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     CategoriasForm categoria = new CategoriasForm();
     categoria.Show();
 }
Esempio n. 2
0
        private void categoriasToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            CategoriasForm categoria = new CategoriasForm();

            categoria.Show();
        }
 private void toolStripCategorias_Click(object sender, EventArgs e)
 {
     CategoriasForm categorias = new CategoriasForm();
     categorias.Show();
 }
Esempio n. 4
0
        private void toolStripCategorias_Click(object sender, EventArgs e)
        {
            CategoriasForm categorias = new CategoriasForm();

            categorias.Show();
        }