예제 #1
0
 /// <summary>
 /// 锁定
 /// </summary>
 public static void SetComputerLock()
 {
     Win32Funcs.LockWorkStationWrapper();
 }