摘要: class TextListBoxVMpublic : ViewModelBase { public TextListBoxVMpublic() { var list = this.GetEmployees(); this.filteredEmploees = new... 阅读全文
posted @ 2015-06-23 16:24 莫欺 阅读(3317) 评论(0) 推荐(0)
摘要: public partial class Example : UserControl { private ScrollViewer myScrollViewer; public Example() { InitializeComponent(); } private void Scr... 阅读全文
posted @ 2015-06-23 16:20 莫欺 阅读(1860) 评论(0) 推荐(0)