摘要: 现在恢复写博客的习惯,呵呵 阅读全文
posted @ 2013-10-16 09:23 Xsi64 阅读(131) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-11-11 12:18 Xsi64 阅读(1602) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-11-11 12:16 Xsi64 阅读(110) 评论(0) 推荐(0)
摘要: this.ListView1.Items.SortDescriptions.Add(new SortDescription("UserName", ListSortDirection.Ascending)); this.ListView1.Items.SortDescriptions.Add(new SortDescription("Age", ListSortDirection.Descendi... 阅读全文
posted @ 2009-11-06 17:13 Xsi64 阅读(285) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-11-03 13:37 Xsi64 阅读(102) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-10-30 17:32 Xsi64 阅读(786) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-10-30 17:29 Xsi64 阅读(1153) 评论(0) 推荐(0)
摘要: Binding binding = new Binding();  //实例化绑定binding.Source = this.TextBox1;  //设置绑定源binding.Path = new PropertyPath("Text");  //设置绑定属性this.TextBox2.SetBinding(TextBox.TextProperty, binding);  //设置控件绑定 阅读全文
posted @ 2009-10-30 17:27 Xsi64 阅读(102) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-10-30 17:23 Xsi64 阅读(2848) 评论(0) 推荐(0)
摘要: [代码] 阅读全文
posted @ 2009-10-30 16:45 Xsi64 阅读(249) 评论(0) 推荐(0)