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