C# Class Atomia.Web.Frame._Default

Default view for application.
Inheritance: System.Web.UI.Page
Afficher le fichier Open project: atomia/OrderPage

Méthodes publiques

Méthode Description
Page_Load ( object sender, System e ) : void

Handles the Load event of the Page control.

Méthodes protégées

Méthode Description
OnPreInit ( System e ) : void

Raises the E:System.Web.UI.Page.PreInit event at the beginning of page initialization.

Method Details

OnPreInit() protected méthode

Raises the E:System.Web.UI.Page.PreInit event at the beginning of page initialization.
protected OnPreInit ( System e ) : void
e System An that contains the event data.
Résultat void

Page_Load() public méthode

Handles the Load event of the Page control.
public Page_Load ( object sender, System e ) : void
sender object The source of the event.
e System The instance containing the event data.
Résultat void