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