protected Document() { rows = new DocumentRowCollection(); style = new Style { FontName = Control.DefaultFont.Name, FontHeight = Control.DefaultFont.SizeInPoints, Foreground = Color.Black, Background = Color.White }; }
public DebugView(DocumentRowCollection collection) { this.collection = collection; }