예제 #1
0
 public Readline(ShellHistory history)
 {
     _history = history;
 }
예제 #2
0
 private void InitHistoryAndPath()
 {
     m_History = new ShellHistory();
 }
예제 #3
0
 public Readline(ShellHistory history)
 {
     _history = history;
 }