To view source code.
When you open the visual studio 'solution'. Go on your solution explorer menu; if it's not open you can always get in from the view menu. . then expand your project files from the solution explorer if necessary (by clicking the little arrows), until you see something with a .cs extension (usually program.cs)
Double click on it, then a tab should pop-up with the source code.
Good luck.
|