private EscapeSequencer(TextWriter textWriter)
 {
     Instance               = this;
     this.textWriter        = textWriter;
     defaultForegroundColor = Console.ForegroundColor;
     defaultBackgroundColor = Console.BackgroundColor;
 }
예제 #2
0
 private EscapeSequencer(TextWriter textWriter)
 {
     Instance = this;
     this.textWriter = textWriter;
     defaultForegroundColor = Console.ForegroundColor;
     defaultBackgroundColor = Console.BackgroundColor;
 }