public string[] GetCommandHistory()
 {
     return(shellTextBox1.GetCommandHistory());
 }
Beispiel #2
0
 public string[] GetCommandHistory() => shellTextBox.GetCommandHistory();