Example #1
0
 public void SetupConsole(string input)
 {
     TextReader tr = new FakeStringReader(input, l, tw );
     Console.SetIn(tr);
 }
Example #2
0
        public void SetupConsole(string input)
        {
            TextReader tr = new FakeStringReader(input, l, tw);

            Console.SetIn(tr);
        }