Esempio n. 1
0
 public LineFormatter(LineMargins margins = null, TabStops tabStops = null)
 {
     _margins  = margins ?? new LineMargins();
     _tabStops = tabStops ?? new TabStops();
 }
Esempio n. 2
0
 public TabStops(TabStops d)
 {
     _list.AddRange(d);
 }