mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-03-03 15:30:27 +00:00
拆分代码3
This commit is contained in:
13
shell/Commands/Info/About.cs
Normal file
13
shell/Commands/Info/About.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace CMLeonOS.Commands
|
||||
{
|
||||
public static class AboutCommand
|
||||
{
|
||||
public static void ProcessAbout()
|
||||
{
|
||||
Console.WriteLine("CMLeonOS Project");
|
||||
Console.WriteLine("By LeonOS 2 Developement Team");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user