Пример #1
0
 private void categoriasToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     CategoriasForm categoria = new CategoriasForm();
     categoria.Show();
 }
Пример #2
0
        private void categoriasToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            CategoriasForm categoria = new CategoriasForm();

            categoria.Show();
        }
Пример #3
0
 private void toolStripCategorias_Click(object sender, EventArgs e)
 {
     CategoriasForm categorias = new CategoriasForm();
     categorias.Show();
 }
Пример #4
0
        private void toolStripCategorias_Click(object sender, EventArgs e)
        {
            CategoriasForm categorias = new CategoriasForm();

            categorias.Show();
        }