C# Class BoxDetails.Helper.PageBase

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: NathanGloyn/Is-your-code-SOLID

Méthodes publiques

Méthode Description
PageBase ( ) : System

Initializes a new instance of the BasePage class.

close ( ) : void

Closes this instance.

Private Methods

Méthode Description
BasePage_PreInit ( object sender, EventArgs e ) : void

Handles the PreInit event of the BasePage control.

Method Details

PageBase() public méthode

Initializes a new instance of the BasePage class.
public PageBase ( ) : System
Résultat System

close() public méthode

Closes this instance.
public close ( ) : void
Résultat void