I m a newbie.
I have 2 .cs files in my solution/Project. I want to run 1 of the file individually to see if it is working fine. how can I do it?
following is my project structure.
I have to run either OpenBrowser.cs or ReadExcel.cs. Don't want to write the main method in each of them and do the commenting stuff. Is there away?