C# Class admin.Widgets.Controls

Afficher le fichier Open project: rasmuskl/ReSharperCourse

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

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

Private Methods

Méthode Description
BindSettings ( ) : void

Binds the settings.

BtnSaveClick ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

Method Details

OnInit() protected méthode

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.
Résultat void