Beispiel #1
0
 public static void OnKeyReceived()
 {
     KeyReceived?.Invoke(null, EventArgs.Empty);
 }
Beispiel #2
0
 protected virtual void RaiseKeyEvent(KeyEventArgs args)
 {
     KeyReceived?.Invoke(this, args);
 }