Пример #1
0
 private void btn_add_note_Click(object sender, EventArgs e)
 {
     notes = new PatientNotes(_User, patient.ThisPatient, lbl_patient_notes);
     notes.ShowDialog(this);
 }
Пример #2
0
 private void btn_add_note_Click(object sender, EventArgs e)
 {
     notes = new PatientNotes(_User, patient.ThisPatient, lbl_patient_notes);
     notes.ShowDialog(this);
 }