Пример #1
0
 public void Init()
 {
     history = new CommandLineHistory();
     history.Add("a");
     history.Add("b");
     history.Add("c");
 }
 public void Init()
 {
     history = new CommandLineHistory();
 }