예제 #1
0
 private void OnKeyPressed(object sender, KeyPressedArgs e)
 {
     KeyPressed?.Invoke(sender, e);
 }