Exemplo n.º 1
0
 public void historyProgram(string input) => HistoryManager.PrintLog(HistoryManager.history);
Exemplo n.º 2
0
 public virtual void addToHistory(string input) => HistoryManager.AddLog(input);