private void pesquisaToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            this.Visible = false;
            FmrPesquisaFor fmrPesquisa = new FmrPesquisaFor();

            fmrPesquisa.ShowDialog();
            this.Visible = true;
        }
Beispiel #2
0
        private void pesquisaToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            FmrPesquisaFor fmrPesquisa = new FmrPesquisaFor();

            fmrPesquisa.ShowDialog();
        }
Beispiel #3
0
        private void pesquisarFornecedorToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FmrPesquisaFor fornecedor = new FmrPesquisaFor();

            fornecedor.Show();
        }