C# Class CentralServerDemo.ContactForm

Afficher le fichier Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Méthodes publiques

Свойство Type Description
btnAdd System.Windows.Forms.Button
btnCancel System.Windows.Forms.Button
txtContactToAdd System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
ContactForm ( ) : 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.

btnAdd_Click ( object sender, EventArgs e ) : void
btnCancel_Click ( object sender, EventArgs e ) : void

Method Details

ContactForm() public méthode

public ContactForm ( ) : System
Résultat System

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

Property Details

btnAdd public_oe property

public System.Windows.Forms.Button btnAdd
Résultat System.Windows.Forms.Button

btnCancel public_oe property

public System.Windows.Forms.Button btnCancel
Résultat System.Windows.Forms.Button

txtContactToAdd public_oe property

public System.Windows.Forms.TextBox txtContactToAdd
Résultat System.Windows.Forms.TextBox