C# Class CentralServerDemo.FormPending

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Public Properties

Property Type Description
btnAcceptRequest System.Windows.Forms.ToolStripButton
btnIgnoreRequest System.Windows.Forms.ToolStripButton
lstPending System.Windows.Forms.ListBox
panel1 System.Windows.Forms.Panel
toolStrip1 System.Windows.Forms.ToolStrip

Public Methods

Method Description
FormPending ( iConfServer ics ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

btnAcceptRequest_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

FormPending() public method

public FormPending ( iConfServer ics ) : System
ics iConfServer
return System

Property Details

btnAcceptRequest public_oe property

public System.Windows.Forms.ToolStripButton btnAcceptRequest
return System.Windows.Forms.ToolStripButton

btnIgnoreRequest public_oe property

public System.Windows.Forms.ToolStripButton btnIgnoreRequest
return System.Windows.Forms.ToolStripButton

lstPending public_oe property

public System.Windows.Forms.ListBox lstPending
return System.Windows.Forms.ListBox

panel1 public_oe property

public System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel

toolStrip1 public_oe property

public System.Windows.Forms.ToolStrip toolStrip1
return System.Windows.Forms.ToolStrip