I have a solution which has WPF project and some console applications in it. WPF project is the start up but I need to get the command line arguments from one of the other projects. Is there any way to do that?
When I use Environment.GetComamndLineArguments() function it gives me the directory of the solution file.
Please help me if there is a way to do that?