Beispiel #1
0
        public void SendLine(string line, ConsoleString.StringType type)
        {
            _nextType = type;
            _hasNextType = true;

            ParseInput(line, type);
        }
Beispiel #2
0
 public void SendLine(string line, ConsoleString.StringType type)
 {
     _nextType = type;
     _hasNextType = true;
     _process.StandardInput.WriteLine(line);
 }