namespace

This commit is contained in:
2026-02-04 18:52:43 +08:00
parent ae64c15efc
commit 7425e722dd
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
namespace CMLeonOS namespace CMLeonOS.shell
{ {
public static class CommandList public static class CommandList
{ {

View File

@@ -110,7 +110,7 @@ namespace CMLeonOS
private void ProcessCommand(string command, string args) private void ProcessCommand(string command, string args)
{ {
CommandList.ProcessCommand(this, command, args); shell.CommandList.ProcessCommand(this, command, args);
} }
public void ProcessEcho(string args) public void ProcessEcho(string args)