Example #1
0
 public void RunCommand(string cmd, bool addToHistory = false)
 {
     Shell.ExecuteLine(cmd, addToHistory);
 }