by Emmaneale mendu
The code itself will look very complicated, if you're new to programming. We'll get to it shortly. For now, right click the Program.cs tab at the top, and click Close from the menu that appears:
Now double click the Program.cs file in the Solution Explorer:

When you double click Program.cs, you should see the code reappear. So this code is the programme that will run when anyone starts your application.
Now click the plus symbol next to Properties in the Solution Explorer above. You'll see the following:

The file called AssemblyInfo.cs contains information about your programme. Double click this file to open it up and see the code. Here's just some of it:

But right click the AssemblyInfo.cs tab at the top, and click Close from the menu. Now, in the Solution Explorer, click the plus symbol next to References:

Before we add some code, let's save the project. We'll do that in the next part below.
Previous Page
Comments (0)
Post a Comment