0

I just got into c# and downloaded Rider, created a solution and stuff. I created to projects to run two programs (bc in one project can be only one main entry point), and after I launch my program it only executes first one. I can't figure it out how to specify executing each program.

1 Answers1

3

Right click on the project and select "Set startup project" before pressing the Start Button. Either, you can choose the right project with the dropdown near the start button.

Emanuele
  • 723
  • 4
  • 15