예제 #1
0
        public void button_novaBusca(object sender, EventArgs e)
        {
            Consulta2 renova = new Consulta2(telaAnterior);

            renova.Visible = true;
            this.Dispose();
        }
예제 #2
0
        private void button_avancada(object sender, EventArgs e)
        {
            Consulta2 novaTela;

            novaTela = new Consulta2(this);
            novaTela.Show();
            this.Hide();
        }