예제 #1
0
 public void ShowExceptionInfo(Exception exc)
 {
     ConsoleHostImpl.ShowExceptionInfo(exc);
 }
예제 #2
0
 public bool InputString(out string result, string prompt, int maxLen, bool multiline)
 {
     return(ConsoleHostImpl.InputString(out result, prompt, maxLen, multiline));
 }
예제 #3
0
 public void Echo(string text, MessageStatusEnum status = MessageStatusEnum.Ordinary)
 {
     ConsoleHostImpl.Echo(text, status);
 }