C# Class TVSorter.View.ProgressDialog

The dialog showing the progress bar.
Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

Method Description
ProgressDialog ( IProgressTask task ) : System

Initializes a new instance of the ProgressDialog class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

OnLogMessage ( object sender, LogMessageEventArgs e ) : void

Handles the receipt of a log message.

OnProgressTaskOnTaskComplete ( object sender, EventArgs e ) : void

Handles the completion of the task.

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

ProgressDialog() public method

Initializes a new instance of the ProgressDialog class.
public ProgressDialog ( IProgressTask task ) : System
task IProgressTask /// The task. ///
return System