C# Class MediaInfoDotNet.WFClient.FormHistogram

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: cschlote/MediaInfoDotNet Class Usage Examples

Méthodes publiques

Méthode Description
FormHistogram ( System.Windows.Forms.BindingSource bindingSource ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FormHistogram ( ) : System
FormHistogram_FormClosing ( object sender, FormClosingEventArgs e ) : void
FormHistogram_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

backgroundWorker1_DoWork ( object sender, DoWorkEventArgs e ) : void
backgroundWorker1_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
backgroundWorker1_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void
tabKeywordsBindingNavigatorLoadItem_Click ( object sender, EventArgs e ) : void
tabKeywordsBindingNavigatorSaveItem_Click ( object sender, EventArgs e ) : void
tabKeywordsBindingSource_CurrentChanged ( object sender, EventArgs e ) : void
toolStripButtonStartAnalysis_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

FormHistogram() public méthode

public FormHistogram ( System.Windows.Forms.BindingSource bindingSource ) : System
bindingSource System.Windows.Forms.BindingSource
Résultat System