protected virtual void OnCommandGameKeyPress(CommandArgs e) { CommandGameKeyPress?.Invoke(this, e); }
private void OnCommandGameKeyPress(CommandArgs e) { CommandGameKeyPress?.Invoke(this, e); }