WPF SDK研究 Intro(7) WordGame2

WordGame2
    This sample is the second of two related samples, with accompanying walkthroughs. They are intended to be covered in order. The first, Wordgame, introduces you to Windows Presentation Foundation programming by implementing a basic version of the well-known game, Hangman. See WordGame: Creating a Basic "Avalon" Application for a detailed walkthrough. This sample is basically a more sophisticated version of Wordgame. It introduces Extensible Application Markup Language (XAML) graphic elements, adds some user interface (UI) improvements, and shows you how to bind UI to data. See WordGame: Adding 2-D Graphics and Data Binding for a detailed walkthrough.
原文地址:https://www.cnblogs.com/Jax/p/1096786.html