mirror of
https://github.com/snltty/linker.git
synced 2025-10-30 12:06:49 +08:00
14 lines
213 B
C#
14 lines
213 B
C#
namespace cmonitor.client.reports.llock
|
|
{
|
|
public sealed class LLockLinux : ILLock
|
|
{
|
|
public void LockSystem()
|
|
{
|
|
}
|
|
|
|
public void Set(bool value)
|
|
{
|
|
}
|
|
}
|
|
}
|