Aqueduct.SitecoreLib.Examples.SampleApplication.Web.Global.Application_Start C# (CSharp) Метод

Application_Start() защищенный Метод

protected Application_Start ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void
        protected void Application_Start(object sender, EventArgs e)
        {
            
            ObjectFactory.Initialize(x =>
                                         {
                                             x.AddRegistry(new SimpleRegistry("Aqueduct.SitecoreLib.Examples.SampleApplication"));
                                         });
        }