Пример #1
0
 public bool CanShowHelp(ResolveResult result)
 {
     try {
         return(CanShowHelp(HelpService.GetMonoDocHelpUrl(result)));
     } catch (Exception e) {
         LoggingService.LogError("Error while trying to get monodoc help.", e);
         return(false);
     }
 }
Пример #2
0
 public bool CanShowHelp(ResolveResult result)
 {
     return(CanShowHelp(HelpService.GetMonoDocHelpUrl(result)));
 }