C# 클래스 BoxDetails.Helper.PageBase

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: NathanGloyn/Is-your-code-SOLID

공개 메소드들

메소드 설명
PageBase ( ) : System

Initializes a new instance of the BasePage class.

close ( ) : void

Closes this instance.

비공개 메소드들

메소드 설명
BasePage_PreInit ( object sender, EventArgs e ) : void

Handles the PreInit event of the BasePage control.

메소드 상세

PageBase() 공개 메소드

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

close() 공개 메소드

Closes this instance.
public close ( ) : void
리턴 void