public TextViewLine(TextViewDocument owner, ITextSnapshotLine textLine)
		{
			_textLine = textLine;
			_owner = owner;
		}
Пример #2
0
 public TextViewLine(TextViewDocument owner, ITextSnapshotLine textLine)
 {
     _textLine = textLine;
     _owner    = owner;
 }