Exemplo n.º 1
0
 public Readline(ShellHistory history)
 {
     _history = history;
 }
Exemplo n.º 2
0
 private void InitHistoryAndPath()
 {
     m_History = new ShellHistory();
 }
Exemplo n.º 3
0
 public Readline(ShellHistory history)
 {
     _history = history;
 }