[Refactor] Simplify event handler parameters in MainWindowViewModel and FileImporter

This commit is contained in:
2025-07-08 00:59:53 +01:00
parent 7bc6da0780
commit d75381c4eb
2 changed files with 2 additions and 2 deletions

View File

@@ -1341,7 +1341,7 @@ public class FileImporter
long counter = 0;
unarProcess.OutputDataReceived += (sender, e) =>
unarProcess.OutputDataReceived += (_, e) =>
{
counter++;