L
LunchBox
I'm trying to change the file where the application starts. I moved the
main method to the code that I want to start the app and I removed the main
method where it use to be. But now I get an error saying the previous file
does not have a a 'suitable main method'. How do I get VS.Net to recognize
my new file as the starting point?
main method to the code that I want to start the app and I removed the main
method where it use to be. But now I get an error saying the previous file
does not have a a 'suitable main method'. How do I get VS.Net to recognize
my new file as the starting point?