mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-09 02:16:46 +00:00
Remove this qualifiers
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user