WPF SDK研究 Intro(6) WordGame1

WordGame1
    This sample is the first of two related samples, with accompanying walkthroughs. It introduces you to Windows Presentation Foundation programming by implementing a basic version of the well-known word game, Hangman. See WordGame: Creating a Basic "Avalon" Application for a detailed walkthrough. The second and more sophisticated version of this application 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 2 and its accompanying walkthrough, WordGame: Adding 2-D Graphics and Data Binding, for details.
原文地址:https://www.cnblogs.com/Jax/p/1096757.html