Code cleanup

This commit is contained in:
Gustave Monce
2019-12-22 12:25:48 +01:00
parent 0e6f905809
commit a2a1c2302b
149 changed files with 3980 additions and 4088 deletions
+2 -2
View File
@@ -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 = "";