mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-24 03:24:00 +00:00
拆分代码9
This commit is contained in:
10
shell/Commands/User/CpassCommand.cs
Normal file
10
shell/Commands/User/CpassCommand.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace CMLeonOS.Commands.User
|
||||
{
|
||||
public static class CpassCommand
|
||||
{
|
||||
public static void ProcessCpass(CMLeonOS.UserSystem userSystem)
|
||||
{
|
||||
userSystem.ChangePassword();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user