Exemplo n.º 1
0
 private static void AddInputs(List<NativeMethods.INPUT> inputs, KeyPress keyPress)
 {
     AddInputs(inputs, keyPress.VirtualKey, keyPress.ShiftState);
 }
Exemplo n.º 2
0
 private static void AddInputs(List <NativeMethods.INPUT> inputs, KeyPress keyPress)
 {
     AddInputs(inputs, keyPress.VirtualKey, keyPress.ShiftState);
 }