Esempio n. 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            PatientInformation pp = new PatientInformation();

            pp.Show();
        }
 private void button2_Click(object sender, EventArgs e)
 {
     this.Hide();
     Patient.PatientInformation ii = new Patient.PatientInformation();
     ii.Show();
 }