第9章(\C09)示例描述:本章详细介绍WPF中的全局应用程序类Application。AccessingCurrentApplication访问当前的全局应用程序类实例。ApplicationEventDemo应用程序类事件演示。CreateApplicationByHand手动创建应用程序类实例。HandleCommandLineDemo处理命令行参数。SingleInstanceApplication单实例应用程序。SingleInstanceWithCommunication在单实例应用程序实例之间通信。VS2008Application