设置系统+新的RSOD

This commit is contained in:
2026-02-06 16:15:24 +08:00
parent 2124fea5e2
commit 8d6a43cd81
8 changed files with 337 additions and 74 deletions

View File

@@ -501,6 +501,11 @@ namespace CMLeonOS
Commands.VersionCommand.ProcessVersion();
}
public void ProcessSettings(string args)
{
Commands.SettingsCommand.ProcessSettings(args);
}
public void ProcessAbout()
{
Commands.AboutCommand.ProcessAbout();