Пример #1
0
 public ConsoleKeyInfo ReadKey() => _consoleDriver.ReadKey();
Пример #2
0
 public static ConsoleKeyInfo ReadKey(bool intercept)
 {
     return(driver.ReadKey(intercept));
 }