remove whitespace
This commit is contained in:
parent
475c46529f
commit
c2ffb0f15b
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ namespace SafeExamBrowser.UserInterface.Mobile.Windows
|
||||||
}
|
}
|
||||||
|
|
||||||
public void UpdateProgress(double value)
|
public void UpdateProgress(double value)
|
||||||
{
|
{
|
||||||
Dispatcher.Invoke(() => ProgressBar.Value = value * 100);
|
Dispatcher.Invoke(() => ProgressBar.Value = value * 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue