Exemple #1
0
 public frmDxShiftAppointment(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();
 }
        public frmDxShiftAppointment(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();

        }