上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页
摘要: Model:Employeeusing System.ComponentModel;namespace WpfApplicationBindingSample.Models{ /// /// 业务实体(Business Entity) /// ... 阅读全文
posted @ 2018-07-16 14:50 dxm809 阅读(167) 评论(0) 推荐(0) 编辑
摘要: LayoutTransform会影响布局,让grid显示分割线时候,可以看出 ... 阅读全文
posted @ 2018-07-11 13:03 dxm809 阅读(441) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using ... 阅读全文
posted @ 2018-07-11 13:03 dxm809 阅读(240) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text;using System.Threading.Tasks;using S... 阅读全文
posted @ 2018-07-11 13:03 dxm809 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 呈现变形的元素并没有改变位置,只是呈现在不同的位置而已,所以动画要用呈现变形好处:为了效率,如果改变位置的话,需要重新测量,布局 ... 阅读全文
posted @ 2018-07-09 09:50 dxm809 阅读(328) 评论(0) 推荐(0) 编辑
摘要: RoutedCommand与业务逻辑无关,业务逻辑是通过CommandBinding来实现using System;using System.Collections.Generic;using System.Linq;using System.Text;using S... 阅读全文
posted @ 2018-07-09 09:46 dxm809 阅读(363) 评论(0) 推荐(0) 编辑
摘要: NewTeacher NewStudent using System;using System.... 阅读全文
posted @ 2018-07-09 09:46 dxm809 阅读(633) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;us... 阅读全文
posted @ 2018-07-09 09:46 dxm809 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-09 09:46 dxm809 阅读(121) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows;na... 阅读全文
posted @ 2018-07-09 09:46 dxm809 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 36 下一页