Sage.Project.Application_Start C# (CSharp) Method

Application_Start() protected method

Handles the Start event of the Application control.
protected Application_Start ( ) : void
return void
        protected virtual void Application_Start()
        {
            Project.Start(new HttpContextWrapper(this.Context));
        }