Exemple #1
0
 public NavigateToDocumentationCommand(IShowInBrowserService showInBrowserService)
     : base(parameter => showInBrowserService.ShowDocumentation())
 {
 }