Exemplo n.º 1
0
 public BasicConverter(IWkHtmlToXService wkHtmlToXService)
 {
     this.wkHtmlToXService = wkHtmlToXService;
 }
Exemplo n.º 2
0
 public SynchronizedConverter(IWkHtmlToXService wkHtmlToXService) : base(wkHtmlToXService)
 {
 }