private void lISTToolStripMenuItem_Click(object sender, EventArgs e) { StaffList doctorsList = new StaffList(); doctorsList.Show(this); }
private void dOCTORINFORMATIONToolStripMenuItem_Click(object sender, EventArgs e) { StaffList doctorsList = new StaffList(); doctorsList.Show(this); }