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