Method | Description | |
---|---|---|
Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void |
Adds the main view section to the page turner
|
public Add_Main_Viewer_Section ( System.Web.UI.WebControls.PlaceHolder MainPlaceHolder, Custom_Tracer Tracer ) : void | ||
MainPlaceHolder | System.Web.UI.WebControls.PlaceHolder | Main place holder ( "mainPlaceHolder" ) in the itemNavForm form into which the the bulk of the item viewer's output is displayed |
Tracer | Custom_Tracer | Trace object keeps a list of each method executed and important milestones in rendering |
return | void |