Exemplo n.º 1
0
 private void Device_KeystrokeUpSent(object sender, KeystrokeSentEventArgs e)
 {
     KeystrokeUpSent?.Invoke(sender, e);
 }
Exemplo n.º 2
0
 private void OnKeystrokeDownSent(object sender, KeystrokeSentEventArgs e)
 {
     KeystrokeDownSent?.Invoke(sender, e);
 }