Example #1
0
 public CliUnitTestConsole(int w = 80, int h = 80)
 {
     this.BufferWidth  = w;
     this.WindowHeight = h;
     Input             = new CliKeyboardInputQueue();
     Clear();
 }
 public CliUnitTestConsole(int w = 80, int h = 80)
 {
     this.BufferWidth = w;
     this.WindowHeight = h;
     Input = new CliKeyboardInputQueue();
     Clear();
 }