C# 클래스 admin.Widgets.Controls

파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event to initialize the page.

비공개 메소드들

메소드 설명
BindSettings ( ) : void

Binds the settings.

BtnSaveClick ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

메소드 상세

OnInit() 보호된 메소드

Raises the E:System.Web.UI.Control.Init event to initialize the page.
protected OnInit ( EventArgs e ) : void
e EventArgs An that contains the event data.
리턴 void