I have two different programs C#, each of which contains a form application.
How can I run both of these 2 programs in one of them?
I added, using the existing version of the project, progr1 in program 2.
Now I want to run program2.
When program 2 starts and a form application pops up, I also want to activate (automatically) program 1 and the form application from this project so that it also appears.
I also want to have access to all methods from one program to another.
Thank you for your help.
elisa source
share