コード例 #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;
 }