public GroupdocsViewerApiController()
 {
     _rootPathFinder        = new RootPathFinder();
     _applicationPathFinder = new ApplicationPathFinder();
     _printableHtmlCreator  = new PrintableHtmlCreator();
     _helper      = new Helper();
     _coreHandler = new CoreHandler();
 }
 public GroupdocsViewerApiController()
 {
     _rootPathFinder = new RootPathFinder();
     _applicationPathFinder = new ApplicationPathFinder();
     _printableHtmlCreator = new PrintableHtmlCreator();
     _helper = new Helper();
     _coreHandler = new CoreHandler();
 }
 public GroupdocsViewerController(IRootPathFinder rootPathFinder,
                                 IApplicationPathFinder applicationPathFinder,
                                 IPrintableHtmlCreator printableHtmlCreator,
                                 IHelper helper,
                                 ICoreHandler coreHandler)
 {
     _rootPathFinder = rootPathFinder;
     _applicationPathFinder = applicationPathFinder;
     _printableHtmlCreator = printableHtmlCreator;
     _helper = helper;
     _coreHandler = coreHandler;
 }
 public GroupdocsViewerApiController(IRootPathFinder rootPathFinder,
                                     IApplicationPathFinder applicationPathFinder,
                                     IPrintableHtmlCreator printableHtmlCreator,
                                     IHelper helper,
                                     ICoreHandler coreHandler)
 {
     _rootPathFinder        = rootPathFinder;
     _applicationPathFinder = applicationPathFinder;
     _printableHtmlCreator  = printableHtmlCreator;
     _helper      = helper;
     _coreHandler = coreHandler;
 }
Пример #5
0
 static Viewer()
 {
     _applicationPathFinder = new ApplicationPathFinder();
     _rootPathFinder        = new RootPathFinder();
 }
Пример #6
0
 static Viewer()
 {
     _applicationPathFinder = new ApplicationPathFinder();
     _rootPathFinder = new RootPathFinder();
 }
 public UrlsCreator()
 {
     ApplicationPathFinder = new ApplicationPathFinder();
 }
Пример #8
0
 public UrlsCreator()
 {
     ApplicationPathFinder = new ApplicationPathFinder();
 }