示例#1
0
        private void button2_Click(object sender, EventArgs e)
        {
            this.Hide();
            PatientInformation pp = new PatientInformation();

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