Ejemplo n.º 1
0
 private static void HookOnKeyPressed(object sender, KeyPressedEventArgs args)
 {
     GetHotkeyInfo(args.Modifier, args.Key).Action();
 }
Ejemplo n.º 2
0
 private static void HookOnKeyPressed(object sender, KeyPressedEventArgs args)
 {
     GetHotkeyInfo(args.Modifier, args.Key).Action();
 }