dwmkerr / consolecontrol

ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
726 stars 170 forks source link

Update ConsoleControl.cs #6

Closed Kriosym closed 10 years ago

Kriosym commented 10 years ago

Added check to make sure the handle exists before trying to Invoke. This solved issues where the application is shutting down.

dwmkerr commented 10 years ago

Thanks @Kriosym I'm merging now - this'll be in v1.0.4 credited to you - really pleased you took the time to make the pull request!