Loading

摘要: public partial class RefreshMore : UserControl { model mymodel = new model() { SEX = true }; private ObservableCollection<EmailObject> DemoData = new ObservableCollection<EmailObject>(); public RefreshMore() { InitializeComponent(); this.listBox1.ItemsSource = this.DemoData; this.DataCon 阅读全文
posted @ 2013-03-11 21:41 androllen 阅读(205) 评论(0) 推荐(0) 编辑