Ben, in the book, says "Microsoft also added the LoadGraphicsContent and UnloadGraphicsContent helper methods by default to the Game1.cs class...but these methods will never be used in this book because it is much simpler to have all initialization and loading code at one place in the Initialize function". But in the first examples Ben uses the LoadGraphicsContent to load the code. Is there a difference?
