C# Класс admin.Widgets.Controls

Показать файл Открыть проект

Защищенные методы

Метод Описание
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