C# Class Subtext.Web.HostAdmin.Login

Inheritance: System.Web.UI.Page
Show file Open project: ayende/Subtext

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the event to initialize the page.

Private Methods

Method Description
lc_Disposed ( object sender, EventArgs e ) : void
lc_LoggingIn ( object sender, System.Web.UI.WebControls.LoginCancelEventArgs e ) : void

Method Details

OnInit() protected method

Raises the event to initialize the page.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void