TeamMentor.CoreLib.TM_StartUp.SetupEvents C# (CSharp) Method

SetupEvents() public method

public SetupEvents ( ) : void
return void
        public void SetupEvents()
        {
            TMEvents.OnSession_Start            .add(Session_Start);
            TMEvents.OnSession_End              .add(Session_End);
            TMEvents.OnApplication_Start        .add(Application_Start);
            TMEvents.OnApplication_End          .add(Application_End);
            TMEvents.OnApplication_Error        .add(Application_Error);
            TMEvents.OnApplication_BeginRequest .add(Application_BeginRequest);
        }