Hey guys I have developed working application(C# WinForms) which works in background mostly and only logs actions so I can check if its working as expected.
but I am running multiple instances(each with own executables and files) and its overwhelming to control all of them separately
whats a good approach/pattern to control them with another application? my idea is there would be a GUI with tabs for each application and would be able to run process and terminate process. preferably with option to copy and create another instances as needed







