Beispiel #1
0
        private void ingresarPacienteToolStripMenuItem_Click(object sender, EventArgs e)
        {
            FrmIngresarPaciente frmIngresarPaciente = new FrmIngresarPaciente(login);

            frmIngresarPaciente.Show();
            frmIngresarPaciente.Activate();
            this.Hide();
        }
Beispiel #2
0
        private void btnIngresarPaciente_Click(object sender, EventArgs e)
        {
            FrmIngresarPaciente frmIngresarPaciente = new FrmIngresarPaciente(login);

            frmIngresarPaciente.Show();
            frmIngresarPaciente.Activate();
            this.Hide();
        }