mirror of
https://github.com/Leonmmcoset/CMLeonOS.git
synced 2026-04-21 19:24:00 +00:00
11 lines
219 B
C#
11 lines
219 B
C#
|
|
namespace CMLeonOS.Commands.User
|
||
|
|
{
|
||
|
|
public static class CpassCommand
|
||
|
|
{
|
||
|
|
public static void ProcessCpass(CMLeonOS.UserSystem userSystem)
|
||
|
|
{
|
||
|
|
userSystem.ChangePassword();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|