Esempio n. 1
0
 public MyAppointmentForm(SchedulerControl control, DevExpress.XtraScheduler.Appointment apt, bool openRecurrenceForm)
 {
     this.openRecurrenceForm = openRecurrenceForm;
     this.controller         = new MyAppointmentFormController(control, apt);
     this.apt     = apt;
     this.control = control;
     SuspendUpdate();
     InitializeComponent();
     ResumeUpdate();
     UpdateForm();
 }
Esempio n. 2
0
 public MyAppointmentForm(SchedulerControl control, DevExpress.XtraScheduler.Appointment apt,        bool openRecurrenceForm)
 {
     this.openRecurrenceForm = openRecurrenceForm;
     this.controller = new MyAppointmentFormController(control, apt);
     this.apt = apt;
     this.control = control;
     SuspendUpdate();
     InitializeComponent();
     ResumeUpdate();
     UpdateForm();
 }