Method | Description | |
---|---|---|
ProcessingBigTaskDialog ( |
||
ProcessingBigTaskDialog ( string caption, string desc, TaskAction task, object data ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnClosed ( |
||
OnShown ( |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
WorkerThreadProc ( object args ) : void | ||
progressTimer_Tick ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
protected OnClosed ( |
||
e | ||
return | void |
public ProcessingBigTaskDialog ( |
||
owner | ||
caption | string | |
desc | string | |
task | TaskAction | |
data | object | |
return | System |
public ProcessingBigTaskDialog ( string caption, string desc, TaskAction task, object data ) : System | ||
caption | string | |
desc | string | |
task | TaskAction | |
data | object | |
return | System |