This commit is contained in:
2026-02-09 23:08:36 +08:00
parent a02aab3b20
commit 350db3140d
6 changed files with 96 additions and 2 deletions

View File

@@ -566,6 +566,11 @@ namespace CMLeonOS
Commands.Utility.CalcGUICommand.ShowCalculator();
}
public void ShowMatrix()
{
Commands.Utility.MatrixCommand.ShowMatrix();
}
public void ShowHistory()
{
Commands.Utility.HistoryCommand.ShowHistory(commandHistory);