コード例 #1
0
ファイル: Window.cs プロジェクト: fariz1992/Windows-API
 public static void LockWorkStation()
 {
     WinAPI.LockWorkStation();
 }