예제 #1
0
 private static void sendcaptureKeys()
 {
     InputUtil.SendKeyPress(VK.VK_SNAPSHOT);
     _captureEvent.Set();
 }
예제 #2
0
 public static void SendKeyPress(VK key)
 {
     InputUtil.SendKeyPress(key);
 }