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

            Console.SetIn(tr);
        }