Exemplo n.º 1
0
        private void cmdMedicos_Click(object sender, EventArgs e)
        {
            frmRegistroDoctores frmRegDoctores = new frmRegistroDoctores();

            frmRegDoctores.Show();
        }
Exemplo n.º 2
0
        private void RegistroDoctorToolStripMenuItem_Click(object sender, EventArgs e)
        {
            frmRegistroDoctores frmRegDoctores = new frmRegistroDoctores();

            frmRegDoctores.Show();
        }