Example #1
0
 private void doctorNotesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PIMS.doctorNotesForm theseDocNotes = new PIMS.doctorNotesForm();
     theseDocNotes.Visible = true;
     this.Hide();
 }
Example #2
0
 private void doctorNotesToolStripMenuItem_Click(object sender, EventArgs e)
 {
     PIMS.doctorNotesForm theseDocNotes = new PIMS.doctorNotesForm();
     theseDocNotes.Visible = true;
     this.Hide();
 }