C# Class admin.Widgets.Controls

显示文件 Open project: rasmuskl/ReSharperCourse

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

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

Private Methods

Method Description
BindSettings ( ) : void

Binds the settings.

BtnSaveClick ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

Method Details

OnInit() protected method

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.
return void