Garden Race Pt 3: It's GUI time!
Here is the xaml.cs file. This was originally wired up piece by piece, manually testing in between (we don't have automated tests for the view remember). partial class GardenRaceView : Window, IGameView { public GardenRaceView() ...