Пример #1
0
        private void categoriasToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            pesCategoria abrir = new pesCategoria();

            abrir.lbProcura.Visible   = false;
            abrir.lbRelatorio.Visible = true;
            abrir.gbRelatorio.Visible = true;
            abrir.Text = "Relatório de categorias";
            abrir.Show();
        }
Пример #2
0
        private void statusDoPedidoToolStripMenuItem_Click(object sender, EventArgs e)
        {
            pesCategoria abrir = new pesCategoria();

            abrir.Show();
        }
Пример #3
0
        private void btProcurar_Click(object sender, EventArgs e)
        {
            pesCategoria abrir = new pesCategoria();

            abrir.Show();
        }