C# Class Gurtle.WorkProgressForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: csware/GurtleReloaded Class Usage Examples

Public Methods

Method Description
ReportDetailLine ( string line ) : void
ReportProgress ( int percentage ) : void
ReportProgress ( int percentage, string status ) : void
ReportProgress ( string status ) : void
WorkProgressForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClosing ( CancelEventArgs e ) : void
OnShown ( EventArgs e ) : void

Private Methods

Method Description
CancelButton_Click ( object sender, EventArgs e ) : void
DetailsButton_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

OnProgressChanged ( int percentage, System.Action update ) : void
ReportProgressImpl ( int percentage, System.Action update ) : void
Worker_ProgressChanged ( object sender, ProgressChangedEventArgs e ) : void
Worker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs 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

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e System.EventArgs
return void

ReportDetailLine() public method

public ReportDetailLine ( string line ) : void
line string
return void

ReportProgress() public method

public ReportProgress ( int percentage ) : void
percentage int
return void

ReportProgress() public method

public ReportProgress ( int percentage, string status ) : void
percentage int
status string
return void

ReportProgress() public method

public ReportProgress ( string status ) : void
status string
return void

WorkProgressForm() public method

public WorkProgressForm ( ) : System
return System