C# 클래스 MichaelJBaird.Themes.JQMobile.PostView

파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

보호된 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
AddPostHeader ( ) : void

Adds the post header.

메소드 상세

OnInit() 보호된 메소드

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

Page_Load() 보호된 메소드

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.
리턴 void