how to run a cs file other than program.cs in consoleappln
I created a console application with which it created program.cs file but I created different class within the same project with main method in it. How can run my new class? Every time I run my app, it keeps executing Program.cs in console application. Can you please direct me with right path?