Method | Description | |
---|---|---|
ReportDetailLine ( string line ) : void | ||
ReportProgress ( int percentage ) : void | ||
ReportProgress ( int percentage, string status ) : void | ||
ReportProgress ( string status ) : void | ||
WorkProgressForm ( ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnClosing ( CancelEventArgs e ) : void | ||
OnShown ( |
Method | Description | |
---|---|---|
CancelButton_Click ( object sender, |
||
DetailsButton_Click ( object sender, |
||
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, |
||
Worker_RunWorkerCompleted ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnClosing ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |
public ReportDetailLine ( string line ) : void | ||
line | string | |
return | void |
public ReportProgress ( int percentage ) : void | ||
percentage | int | |
return | void |
public ReportProgress ( int percentage, string status ) : void | ||
percentage | int | |
status | string | |
return | void |
public ReportProgress ( string status ) : void | ||
status | string | |
return | void |