diff --git a/BinaryObjectScanner/ProtectionProgress.cs b/BinaryObjectScanner/ProtectionProgress.cs index 41546e11..bee13d6e 100644 --- a/BinaryObjectScanner/ProtectionProgress.cs +++ b/BinaryObjectScanner/ProtectionProgress.cs @@ -26,9 +26,9 @@ public ProtectionProgress(string? filename, float percentage, string? protection) { - this.Filename = filename; - this.Percentage = percentage; - this.Protection = protection; + Filename = filename; + Percentage = percentage; + Protection = protection; } } }