Exemplo n.º 1
0
 public void WriteLine(FormattedText str)
 {
     Write(str);
     _entries.Add(new FormattedString());
 }
Exemplo n.º 2
0
 public void Write(FormattedText str)
 {
     _entries[_entries.Count - 1].Sections.Add(str);
 }