/// <summary> /// Starts the Calculator. /// </summary> private void ShowCommandConsole() { var commandConsole = new CommandConsole(); commandConsole.Show(); }