C# Class WebChat.AdminInterface

Afficher le fichier Open project: klean/anonymous-counseling-chat

Protected Properties

Свойство Type Description
Panel1 global::System.Web.UI.WebControls.Panel
btnCloseQueue global::System.Web.UI.WebControls.Button
btnOpenQueue global::System.Web.UI.WebControls.Button
lblHeader global::System.Web.UI.WebControls.Label
lblQueueSize global::System.Web.UI.WebControls.Label
lblQueueSizeValue global::System.Web.UI.WebControls.Label

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

Panel1 protected_oe property

Panel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Panel Panel1
Résultat global::System.Web.UI.WebControls.Panel

btnCloseQueue protected_oe property

btnCloseQueue control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnCloseQueue
Résultat global::System.Web.UI.WebControls.Button

btnOpenQueue protected_oe property

btnOpenQueue control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnOpenQueue
Résultat global::System.Web.UI.WebControls.Button

lblHeader protected_oe property

lblHeader control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblHeader
Résultat global::System.Web.UI.WebControls.Label

lblQueueSize protected_oe property

lblQueueSize control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblQueueSize
Résultat global::System.Web.UI.WebControls.Label

lblQueueSizeValue protected_oe property

lblQueueSizeValue control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblQueueSizeValue
Résultat global::System.Web.UI.WebControls.Label