示例#1
0
 public string ReadLine() => _consoleDriver.ReadLine();
示例#2
0
 public static string ReadLine()
 {
     return(driver.ReadLine());
 }