/// <summary> /// Initializes a new instance of the <see cref="AppKit.TextKit.Formatter.SourceTextViewDelegate"/> class. /// </summary> /// <param name="textEditor">Text editor.</param> public SourceTextViewDelegate (SourceTextView textEditor) { // Initialize this.TextEditor = textEditor; }
/// <summary> /// Initializes a new instance of the <see cref="AppKit.TextKit.Formatter.SourceTextViewDelegate"/> class. /// </summary> /// <param name="textEditor">Text editor.</param> public SourceTextViewDelegate(SourceTextView textEditor) { // Initialize this.TextEditor = textEditor; }