mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-24 11:34:00 +00:00
拆分代码10
This commit is contained in:
12
shell/Commands/System/TimeCommand.cs
Normal file
12
shell/Commands/System/TimeCommand.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace CMLeonOS.Commands.System
|
||||
{
|
||||
public static class TimeCommand
|
||||
{
|
||||
public static void ProcessTime()
|
||||
{
|
||||
Console.WriteLine(DateTime.Now.ToString());
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user