The main file in the project is Game1.cs; it contains the code to create a game in Windows Phone 7 using the Game1 class derived from the Game class (in Figure 1-7 is shown its own class diagram). The project template does nothing relevant other than creating the code to paint the screen with the CornflowerBlue color. But it is worth noting the class structure and its methods to understand how the XNA game works.