/// <summary> /// Constructor for new section creation /// </summary> /// <param name="editor"></param> public SectionEditor(Editor editor) { InitializeComponent(); this.editor = editor; }