Remove this qualifiers

This commit is contained in:
Matt Nadareski
2024-10-03 12:51:49 -04:00
parent ffca156209
commit 3406f3c4b3

View File

@@ -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;
}
}
}