|
override void | Dispose (bool disposing) |
| Clean up any resources being used. More...
|
|
Definition at line 5 of file Progress.cs.
◆ Progress()
BioCore.Progress.Progress |
( |
string |
file, |
|
|
string |
status |
|
) |
| |
◆ Dispose()
override void BioCore.Progress.Dispose |
( |
bool |
disposing | ) |
|
|
protected |
Clean up any resources being used.
- Parameters
-
disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file Progress.Designer.cs.
◆ UpdateProgress()
void BioCore.Progress.UpdateProgress |
( |
int |
p | ) |
|
The function takes an integer as a parameter and sets the value of the progress bar to that integer
- Parameters
-
Definition at line 21 of file Progress.cs.
◆ UpdateProgressF()
void BioCore.Progress.UpdateProgressF |
( |
float |
p | ) |
|
If the progress is greater than 1, set the progress bar to 100, otherwise set the progress bar to the progress times 100
- Parameters
-
Definition at line 29 of file Progress.cs.
◆ Status
string BioCore.Progress.Status |
|
getset |
The documentation for this class was generated from the following files: