コード例 #1
0
ファイル: MainPanel.cs プロジェクト: DevVVK/TasksForIntership
 protected virtual void OnCommandGameKeyPress(CommandArgs e)
 {
     CommandGameKeyPress?.Invoke(this, e);
 }
コード例 #2
0
ファイル: GamePanel.cs プロジェクト: DevVVK/TasksForIntership
 private void OnCommandGameKeyPress(CommandArgs e)
 {
     CommandGameKeyPress?.Invoke(this, e);
 }