摘要:
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 阅读全文