C# Class CentralServerDemo.FormPending

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
FormPending ( iConfServer ics ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

FormPending() public méthode

public FormPending ( iConfServer ics ) : System
ics iConfServer
Résultat System

Property Details

btnAcceptRequest public_oe property

public System.Windows.Forms.ToolStripButton btnAcceptRequest
Résultat System.Windows.Forms.ToolStripButton

btnIgnoreRequest public_oe property

public System.Windows.Forms.ToolStripButton btnIgnoreRequest
Résultat System.Windows.Forms.ToolStripButton

lstPending public_oe property

public System.Windows.Forms.ListBox lstPending
Résultat System.Windows.Forms.ListBox

panel1 public_oe property

public System.Windows.Forms.Panel panel1
Résultat System.Windows.Forms.Panel

toolStrip1 public_oe property

public System.Windows.Forms.ToolStrip toolStrip1
Résultat System.Windows.Forms.ToolStrip