Example #1
0
        private void btnPesquisar_Click(object sender, EventArgs e)
        {
            Hide();
            FrmConDentista frm = new FrmConDentista();

            frm.ShowDialog();
        }
Example #2
0
        private void menuAgDentista_Click(object sender, EventArgs e)
        {
            // Hide();
            FrmConDentista frm = new FrmConDentista();

            frm.ShowDialog();
        }