C# Class BoxDetails.Helper.PageBase

Inheritance: System.Web.UI.Page
显示文件 Open project: NathanGloyn/Is-your-code-SOLID

Public Methods

Method Description
PageBase ( ) : System

Initializes a new instance of the BasePage class.

close ( ) : void

Closes this instance.

Private Methods

Method Description
BasePage_PreInit ( object sender, EventArgs e ) : void

Handles the PreInit event of the BasePage control.

Method Details

PageBase() public method

Initializes a new instance of the BasePage class.
public PageBase ( ) : System
return System

close() public method

Closes this instance.
public close ( ) : void
return void