mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-16 12:20:12 +10:00
Code cleanup
This commit is contained in:
@@ -103,7 +103,7 @@ namespace WPinternals
|
||||
OnPropertyChanged("SubMessage");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private int? _ProgressPercentage = null;
|
||||
public int? ProgressPercentage
|
||||
{
|
||||
@@ -148,7 +148,7 @@ namespace WPinternals
|
||||
{
|
||||
NewText = "Progress: " + ((int)ProgressPercentage).ToString() + "%";
|
||||
}
|
||||
if (TimeRemaining != null)
|
||||
if (TimeRemaining != null)
|
||||
{
|
||||
if (NewText == null)
|
||||
NewText = "";
|
||||
|
||||
Reference in New Issue
Block a user