示例#1
0
 public ConsoleKeyInfo ReadKey() => _consoleDriver.ReadKey();
示例#2
0
 public static ConsoleKeyInfo ReadKey(bool intercept)
 {
     return(driver.ReadKey(intercept));
 }