mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
namespace CMLeonOS
|
namespace CMLeonOS.shell
|
||||||
{
|
{
|
||||||
public static class CommandList
|
public static class CommandList
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user