Example #1
0
        private void btnConsultasCadastros_Click(object sender, EventArgs e)
        {
            frmConsultaCadastro cadastros = new frmConsultaCadastro();

            cadastros.Show();

            this.Visible = false;
        }
Example #2
0
        private void cadastrosToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            frmConsultaCadastro cadastros = new frmConsultaCadastro();

            cadastros.Show();

            this.Visible = false;
        }
Example #3
0
        private void BtnVoltConsFunc_Click(object sender, EventArgs e)
        {
            frmConsultaCadastro cadastro = new frmConsultaCadastro();

            cadastro.Show();

            this.Visible = false;
        }