mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
[Refactor] Simplify event handler parameters in MainWindowViewModel and FileImporter
This commit is contained in:
@@ -1341,7 +1341,7 @@ public class FileImporter
|
||||
|
||||
long counter = 0;
|
||||
|
||||
unarProcess.OutputDataReceived += (sender, e) =>
|
||||
unarProcess.OutputDataReceived += (_, e) =>
|
||||
{
|
||||
counter++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user