/// <summary> /// Initializes a new instance of the <see cref="ContentsBase"/> class. /// </summary> /// <param name="editor">The curve editor.</param> public ContentsBase(CurveEditor <T> editor) { _editor = editor; }