Exemplo n.º 1
0
 private static void sendcaptureKeys()
 {
     InputUtil.SendKeyPress(VK.VK_SNAPSHOT);
     _captureEvent.Set();
 }
Exemplo n.º 2
0
 public static void SendKeyPress(VK key)
 {
     InputUtil.SendKeyPress(key);
 }