C# Класс license, Rockit-CentralAZ

Наследование: System.Web.UI.Page
Показать файл Открыть проект Примеры использования класса

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

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

Handles the Load event of the Page control.

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

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 EventArgs The instance containing the event data.
Результат void