Inheritance: ILocalStrings
        public HtmlExporter(ILocalController localController, HtmlConfig htmlConfig)
	    {
            _localController = localController;
            _htmlStrings = localController.GetLocalStrings<HtmlStrings>();
            _htmlConfig = htmlConfig;
	    }
 public HtmlExporter(ILocalController localController, HtmlConfig htmlConfig)
 {
     _localController = localController;
     _htmlStrings     = localController.GetLocalStrings <HtmlStrings>();
     _htmlConfig      = htmlConfig;
 }
Beispiel #3
0
        public HtmlExporter(HtmlStrings strings)
	    {
            HtmlStrings = strings;
	    }