Beispiel #1
0
        public void btn_app_Clicked()
        {
            NewAppointmentForm      apForm      = new NewAppointmentForm();
            NewAppointmentPresenter apPresenter = new NewAppointmentPresenter(apForm, patients, patientID);

            apForm.Show();
        }
Beispiel #2
0
 public void register(NewAppointmentPresenter NAP)
 {
     appointmentPresenter = NAP;
 }