随笔分类 -  Windows Presentation Foundation

摘要:目录结构:Command/CommandReference.csusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Input;using System.Windows;namespace WpfApplication1.Command{ public class CommandReference : Freezable, ICommand { public static readonly DependencyProperty Command 阅读全文
posted @ 2011-03-07 05:54 Jon.Zhiwei@hotmail.com 阅读(673) 评论(0) 推荐(0)