Esempio n. 1
0
        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;
 }