Sage.Project.Application_Start C# (CSharp) 메소드

Application_Start() 보호된 메소드

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