コード例 #1
0
        private void btnEnviar_Click(object sender, EventArgs e)
        {
            FrmMenuPaciente FrmMenuPaciente = new FrmMenuPaciente();

            FrmMenuPaciente.Show();
            this.Close();
        }
コード例 #2
0
        private void button1_Click(object sender, EventArgs e)
        {
            FrmMenuPaciente frmMenuPaciente = new FrmMenuPaciente();

            frmMenuPaciente.Show();
            this.Close();
        }
コード例 #3
0
        private void btnBack_Click(object sender, EventArgs e)
        {
            FrmMenuPaciente frmMenuPaciente = new FrmMenuPaciente();

            frmMenuPaciente.Show();
        }