예제 #1
0
 public LessCssHttpHandler()
 {
     Config       = new WebConfigConfigurationLoader().GetConfiguration();
     mHandlerImpl = new ContainerFactory().GetLessContainer(Config)
                    .GetInstance <LessHandlerImpl>();
 }
예제 #2
0
 public LessCssHttpHandler()
 {
     Config = new WebConfigConfigurationLoader().GetConfiguration();
     mHandlerImpl = new ContainerFactory().GetLessContainer(Config)
         .GetInstance<LessHandlerImpl>();
 }