Ejemplo n.º 1
0
 private void NewRecurringAppointment()
 {
     UIService.CreateAppointment(true);
 }
Ejemplo n.º 2
0
 private void NewAppointment()
 {
     UIService.CreateAppointment(false);
 }