C# Class Subtext.Web.HostAdmin.Login

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: ayende/Subtext

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

Raises the event to initialize the page.

Private Methods

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

Method Details

OnInit() protected méthode

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