C# Class WebChat.AdminInterface

Exibir arquivo Open project: klean/anonymous-counseling-chat

Protected Properties

Property 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

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.Label