更新一堆

This commit is contained in:
2026-02-09 21:33:21 +08:00
parent d7b60faf65
commit a7bf97727a
8 changed files with 359 additions and 10 deletions

View File

@@ -556,6 +556,11 @@ namespace CMLeonOS
Commands.Utility.CalcCommand.Calculate(expression, ShowError);
}
public void ShowCalculatorGUI()
{
Commands.Utility.CalcGUICommand.ShowCalculator();
}
public void ShowHistory()
{
Commands.Utility.HistoryCommand.ShowHistory(commandHistory);