dwmkerr / consolecontrol

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

ProcessInterface Implements IDisposable Interface #22

Closed webmaster442 closed 4 years ago

webmaster442 commented 8 years ago

The ProcessInterface class uses IDisposable classes that must be Disposed Correctly. This Patch adds IDisposable interface parts to the ProcessInterface class.