Exemplo n.º 1
0
 public NavigateToDocumentationCommand(IShowInBrowserService showInBrowserService)
     : base(parameter => showInBrowserService.ShowDocumentation())
 {
 }