C# Class AMPSExcel.SubscriptionForm

Afficher le fichier Open project: 60East/amps-client-excel Class Usage Examples

Méthodes publiques

Méthode Description
SubscriptionForm ( Microsoft.Office.Interop.Excel workbook ) : 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.

SubscriptionForm_FormClosed ( object sender, FormClosedEventArgs e ) : void
SubscriptionForm_Load ( object sender, EventArgs e ) : void
beginNewTopicSubscription ( string url ) : void
cmbServer_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbTopic_SelectedIndexChanged ( object sender, EventArgs e ) : void
cmbTopic_TextChanged ( object sender, EventArgs e ) : void
processTopic ( AMPS message ) : void
txtName_TextChanged ( object sender, EventArgs e ) : void
txtRange_TextChanged ( object sender, EventArgs e ) : void
updateControls ( ) : 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

SubscriptionForm() public méthode

public SubscriptionForm ( Microsoft.Office.Interop.Excel workbook ) : System
workbook Microsoft.Office.Interop.Excel
Résultat System