protected void Application_Start(Object sender, EventArgs e) { CmsUserInterface WebUIConfiguration = new CmsUserInterface( new showThumbPage(), new HatCMS.WebEditor.Helpers.PopupFlashObjectBrowser(), CMSUserInterfaceDependencies.CollectUserInterfaceDependencies); CmsContext.Application_Start(WebUIConfiguration); }
protected void Application_Start(Object sender, EventArgs e) { DatabaseServiceLocatorInitializer.Init(); Console.WriteLine("application starts..."); CmsUserInterface WebUIConfiguration = new CmsUserInterface( new showThumbPage(), new HatCMS.WebEditor.Helpers.PopupFlashObjectBrowser(), CMSUserInterfaceDependencies.CollectUserInterfaceDependencies); CmsContext.Application_Start(WebUIConfiguration); }