示例#1
0
        private void lISTToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StaffList doctorsList = new StaffList();

            doctorsList.Show(this);
        }
示例#2
0
        private void dOCTORINFORMATIONToolStripMenuItem_Click(object sender, EventArgs e)
        {
            StaffList doctorsList = new StaffList();

            doctorsList.Show(this);
        }