/// <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;
		}
Пример #2
0
 /// <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;
 }