Exemple #1
0
 public ConsoleOutput(CommandLine.UI cui)
 {
     _cui = cui;
     IndentWidth = 7;
     MaxWidth = cui.ConsoleWidth;
 }
Exemple #2
0
 public ConsoleOutput(CommandLine.UI cui)
 {
     _cui        = cui;
     IndentWidth = 7;
     MaxWidth    = cui.ConsoleWidth;
 }