Exemple #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         if (Editor != null)
         {
             Editor.Dispose();
             this.editor = null;
         }
         this.appointment = null;
     }
 }
Exemple #2
0
 void CreateEditor(SchedulerInplaceEditorEventArgs inplaceEditorArgs)
 {
     this.editor = new MyInplaceEditor(inplaceEditorArgs);
 }