Archived
Private
Public Access
1
0

Added forgotten ReadKey

This commit is contained in:
2022-10-26 17:32:06 +02:00
parent a565b9287c
commit d110af3b43
7 changed files with 1 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ namespace MloCombiner {
else oldCombiner = null; else oldCombiner = null;
BeginCombining(rootFolder, resourceName, oldCombiner); BeginCombining(rootFolder, resourceName, oldCombiner);
Console.ReadKey();
return; return;
} }