摘要: /// /// /// public static class DispatcherHelper { /// /// Simulate Application.DoEvents function of class. /// [SecurityPermissionAttribute ( Se... 阅读全文
posted @ 2014-07-01 15:54 步子521 阅读(710) 评论(0) 推荐(0)
摘要: 1.示例1 ObservableCollection imgs = new ObservableCollection(); //集合,即数据源 comboBox1.SelectedValuePath = "Id"; //程序内部维护的值 comboBox1.D... 阅读全文
posted @ 2014-07-01 11:21 步子521 阅读(1210) 评论(0) 推荐(0)