示例#1
0
        public void btn_applist_Clicked()
        {
            AppointmentListForm      aplForm      = new AppointmentListForm();
            AppointmentListPresenter aplPresenter = new AppointmentListPresenter(aplForm);

            aplForm.Show();
        }
示例#2
0
 public void register(AppointmentListPresenter ALP)
 {
     appointmentListPresenter = ALP;
 }