protected void ExecuteHelp() { if (AllowF1Help) { GuiHost?.ExecuteHelp(); } }
protected void ExecuteHelp() { GuiHost.ExecuteHelp(); }