SobekCM.SobekCM_Page_Globals.On_Page_Load C# (CSharp) Method

On_Page_Load() public method

public On_Page_Load ( ) : void
return void
        public void On_Page_Load()
        {
            if ((currentMode != null) && (!currentMode.Request_Completed))
            {
                // If this is not a post back, log it
                if (!currentMode.isPostBack)
                {
                    tracer.Add_Trace("SobekCM_Page_Globals.Constructor.On_Page_Load", String.Empty);
                }

                Set_Main_Writer();
            }
        }