public HelpPaneViewModel() { WebHelpCommand = new DelegateCommand(async(args) => await SettingsInteractionHelper.ShowWebHelpAsync()); // set a specific caption... this.Caption = "Help"; }
public HelpPaneViewModel() { WebHelpCommand = new DelegateCommand(async(args) => await SettingsInteractionHelper.ShowWebHelpAsync()); }