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