摘要:
用WPF撰写的应用程序一般需要一些时间来创建应用程序和窗体的对象。一个简单的WPF应用程序应该是这样的:SayHello.cs//-----------------------------------------// SayHello.cs (c) 2006 by Charles Petzold//-----------------------------------------using System;using System.Windows;namespace Petzold.SayHello{ class SayHello { [STAThread] ... 阅读全文