issues
search
dwmkerr
/
consolecontrol
ConsoleControl is a C# class library that lets you embed a console in a WinForms or WPF application.
MIT License
736
stars
171
forks
source link
Allow for setting the base working directory within ProcessInterface
#27
Open
fantoms
opened
7 years ago
fantoms
commented
7 years ago
Added an override too
StartProcess
, that allows for changing the base working directory within the
ProcessInterface
object.
StartProcess
, that allows for changing the base working directory within theProcessInterface
object.