~ruther/csharp-dll-injector

9daddd1b5f178e044575c9f6aab5da6b4bc52f07 — František Boháček 4 years ago ff1f1c4
Remove redundant code
1 files changed, 0 insertions(+), 2 deletions(-)

M examples/csharp-dllexport/DllExportInjector/Program.cs
M examples/csharp-dllexport/DllExportInjector/Program.cs => examples/csharp-dllexport/DllExportInjector/Program.cs +0 -2
@@ 122,8 122,6 @@ namespace DllExportInjector
            });
            CalculationResult calculationResult = result.To<CalculationResult>();

            bool freed = result.To<bool>();

            injectedModule.Process.Close();
            Console.ReadLine();
        }

Do not follow this link