Ejemplo n.º 1
0
		//=========================================================================================
		internal void InitLines(Document doc)
		{
			this.Doc = doc;
		}
Ejemplo n.º 2
0
		//=========================================================================================
		internal TextCaret(CodeViewerBody parent)
		{
			this.Parent = parent;
			if (this.Parent != null)
				this.Doc = parent.Viewer.Document;
		}