Esempio n. 1
0
        private void button3_Click(object sender, EventArgs e)
        {
            DoctorInfo dI = new DoctorInfo(DSSN);

            dI.Show();
            Close();
        }
Esempio n. 2
0
        private void button2_Click(object sender, EventArgs e)
        {
            DoctorInfo di = new DoctorInfo(DSSN);

            di.Show();
        }