C# Class MediaInfoDotNet.WFClient.FormHistogram

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: cschlote/MediaInfoDotNet Class Usage Examples

Public Methods

Method Description
FormHistogram ( System.Windows.Forms.BindingSource bindingSource ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

FormHistogram() public method

public FormHistogram ( System.Windows.Forms.BindingSource bindingSource ) : System
bindingSource System.Windows.Forms.BindingSource
return System