Méthode | Description | |
---|---|---|
CloseSyncDialog ( ) : void |
Closes the dialog in a safe cross thread manner.
|
|
LoadingDialog ( String message ) : System |
Displays a continuous progress bar while an operation is in progress.
|
|
ShowSyncDialog ( Object obj ) : void |
Shows the form. Recomended for cross tread calls. |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadingDialog_Shown ( object sender, EventArgs e ) : void | ||
timer_Tick ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public LoadingDialog ( String message ) : System | ||
message | String | |
Résultat | System |
public ShowSyncDialog ( Object obj ) : void | ||
obj | Object | Extra parameter to match the wait callback signature. |
Résultat | void |