C# Class MichaelJBaird.Themes.JQMobile.PostView

Mostrar archivo Open project: rasmuskl/ReSharperCourse

Protected Methods

Method Description
OnInit ( System e ) : void

Raises the E:System.Web.UI.Control.Init event.

Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

Private Methods

Method Description
AddPostHeader ( ) : void

Adds the post header.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event.
protected OnInit ( System e ) : void
e System An object that contains the event data.
return void

Page_Load() protected method

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e EventArgs The instance containing the event data.
return void