메소드 | 설명 | |
---|---|---|
ProgressDialog ( IProgressTask task ) : System |
Initializes a new instance of the ProgressDialog class.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
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, |
Handles the completion of the task.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | /// true if managed resources should be disposed; otherwise, false. /// |
리턴 | void |
public ProgressDialog ( IProgressTask task ) : System | ||
task | IProgressTask | /// The task. /// |
리턴 | System |