C# Класс MichaelJBaird.Themes.JQMobile.PostView

Показать файл Открыть проект

Защищенные методы

Метод Описание
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