摘要: //基本的ICommand public partial class MainWindow : Window { public MainWindow() { InitializeComponent(); clearCmd clcmd = new clearCmd(tb); bt.... 阅读全文
posted @ 2018-09-28 09:11 做而不求 阅读(189) 评论(0) 推荐(0) 编辑
摘要: class Product { public int ID { get; set; } public string Name { get; set; } public string Region { get; set; } public decimal Price { ... 阅读全文
posted @ 2018-09-19 19:18 做而不求 阅读(120) 评论(0) 推荐(0) 编辑