private void btnEnviar_Click(object sender, EventArgs e) { FrmMenuPaciente FrmMenuPaciente = new FrmMenuPaciente(); FrmMenuPaciente.Show(); this.Close(); }
private void button1_Click(object sender, EventArgs e) { FrmMenuPaciente frmMenuPaciente = new FrmMenuPaciente(); frmMenuPaciente.Show(); this.Close(); }
private void btnBack_Click(object sender, EventArgs e) { FrmMenuPaciente frmMenuPaciente = new FrmMenuPaciente(); frmMenuPaciente.Show(); }