コード例 #1
0
ファイル: Readline.cs プロジェクト: RaveNoX/ConsoleShell
 public Readline(ShellHistory history)
 {
     _history = history;
 }
コード例 #2
0
 private void InitHistoryAndPath()
 {
     m_History = new ShellHistory();
 }
コード例 #3
0
ファイル: Readline.cs プロジェクト: RaveNoX/ConsoleShell
 public Readline(ShellHistory history)
 {
     _history = history;
 }