implement Engine-dependent launch of application help file
This commit is contained in:
parent
e7f8e18ccd
commit
2af86d9f36
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user