C# Класс MettleSystems.dashCommerce.Web.admin.controls.sitesettings.images

Наследование: MettleSystems.dashCommerce.Web.admin.controls.sitesettings.SiteSettingsControl
Показать файл Открыть проект

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

Метод Описание
Page_Load ( object sender, EventArgs e ) : void

Handles the Load event of the Page control.

btnSave_Click ( object sender, EventArgs e ) : void

Handles the Click event of the btnSave control.

Приватные методы

Метод Описание
SetImageSettingsProperties ( ) : void

Sets the general settings properties.

Описание методов

Page_Load() защищенный Метод

Handles the Load event of the Page control.
protected Page_Load ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void

btnSave_Click() защищенный Метод

Handles the Click event of the btnSave control.
protected btnSave_Click ( object sender, EventArgs e ) : void
sender object The source of the event.
e System.EventArgs The instance containing the event data.
Результат void