Exemple #1
0
        private void btnPaciente_Click(object sender, EventArgs e)
        {
            frmConsultarPaciente consultarPaciente = new frmConsultarPaciente();

            consultarPaciente.ShowDialog();

            this.Close();
        }
Exemple #2
0
        private void tsmiPacientes_Click(object sender, EventArgs e)
        {
            frmConsultarPaciente frmConsultarPaciente = new frmConsultarPaciente();

            frmConsultarPaciente.ShowDialog();
        }