/// <summary> /// Starts the Calculator. /// </summary> void ShowCommandConsole() { Command_Console commandConsole = new Command_Console(); commandConsole.Show(); return; }