C# Класс jumoo.NavMaker.jumooNavMaker

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

Защищенные свойства (Protected)

Свойство Тип Описание
btnExample global::System.Web.UI.WebControls.Button
btnExport global::System.Web.UI.WebControls.Button
btnLGNL global::System.Web.UI.WebControls.Button
btnSGNL global::System.Web.UI.WebControls.Button
navstatus global::System.Web.UI.WebControls.Label

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

Метод Описание
Button1_Click ( object sender, EventArgs e ) : void
LoadNav ( string filename ) : void
Page_Load ( object sender, EventArgs e ) : void
btnExample_Click ( object sender, EventArgs e ) : void
btnExport_Click ( object sender, EventArgs e ) : void
btnSGNL_Click ( object sender, EventArgs e ) : void

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

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

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected LoadNav ( string filename ) : void
filename string
Результат void

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

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected btnExample_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected btnExport_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

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

protected btnSGNL_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

btnExample защищенное свойство

btnExample control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnExample
Результат global::System.Web.UI.WebControls.Button

btnExport защищенное свойство

btnExport control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnExport
Результат global::System.Web.UI.WebControls.Button

btnLGNL защищенное свойство

btnLGNL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnLGNL
Результат global::System.Web.UI.WebControls.Button

btnSGNL защищенное свойство

btnSGNL control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSGNL
Результат global::System.Web.UI.WebControls.Button

navstatus защищенное свойство

navstatus control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label navstatus
Результат global::System.Web.UI.WebControls.Label