예제 #1
0
파일: Shell.cs 프로젝트: wangchunlei/MyGit
 public Shell(IConsole consoleWindow, ShellConfiguration shellConfiguration)
 {
     _threadStopEvent = new ManualResetEvent(false);
     _writePromptEvent = new ManualResetEvent(false);
     _consoleWindow = consoleWindow;
     _shellConfiguration = shellConfiguration;
 }
예제 #2
0
 public Shell(IConsole consoleWindow, ShellConfiguration shellConfiguration)
 {
     _consoleWindow = consoleWindow;
     _shellConfiguration = shellConfiguration;
 }