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

            Console.SetIn(tr);
        }