예제 #1
0
파일: Form2.cs 프로젝트: webguru071/HMS
        private void button5_Click(object sender, EventArgs e)
        {
            Doctors doctor = new Doctors();

            doctor.Show();
        }
예제 #2
0
파일: Form2.cs 프로젝트: webguru071/HMS
        private void pRESCRIPTIONToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Doctors doctor = new Doctors();

            doctor.Show();
        }
예제 #3
0
        private void doctorToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Doctors doctor = new Doctors();

            doctor.Show();
        }