implement Engine-dependent launch of application help file

This commit is contained in:
Michael Becker 2020-02-14 01:55:36 -05:00
parent e7f8e18ccd
commit 2af86d9f36
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -596,6 +596,10 @@ namespace UniversalEditor.UserInterface
});
#endregion
#region Help
Application.AttachCommandEventHandler("HelpViewHelp", delegate (object sender, EventArgs e)
{
Application.ShowHelp();
});
Application.AttachCommandEventHandler("HelpLicensingAndActivation", delegate (object sender, EventArgs e)
{
// MessageDialog.ShowDialog("This product has already been activated.", "Licensing and Activation", MessageDialogButtons.OK, MessageDialogIcon.Information);