100% message in progress bar status
This commit is contained in:
parent
059e385470
commit
f0dc286f90
@ -16,11 +16,7 @@
|
||||
public override void Update()
|
||||
{
|
||||
double percent = (++CurrentProgress / TaskWeight) * 100;
|
||||
|
||||
if (percent < 100)
|
||||
{
|
||||
Excel.StatusBar = $"{Message} Выполнено {percent:#.#} %";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user