Method | Description | |
---|---|---|
Status ( float percent, string message ) : void | ||
SubStatus ( string message ) : void | ||
frmLoading ( LoadDelegate load ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
finish ( bool result ) : void | ||
frmLoading_FormClosing ( object sender, |
||
frmLoading_Shown ( object sender, |
||
precentToValue ( float percent, int min, int max ) : int |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public Status ( float percent, string message ) : void | ||
percent | float | |
message | string | |
return | void |
public frmLoading ( LoadDelegate load ) : System | ||
load | LoadDelegate | |
return | System |