public string[] GetCommandHistory()
 {
     return(shellTextBox1.GetCommandHistory());
 }
Ejemplo n.º 2
0
 public string[] GetCommandHistory() => shellTextBox.GetCommandHistory();