解决方法
private void ItemSearch(Category.FirstCategoryResult pCategoryResult) { Deployment.Current.Dispatcher.BeginInvoke(() => { foreach (Category P in pCategoryResult.firstCategoryList) { _firstCategory.Add(P); } });
}
posted on 2012-06-28 12:09 GIS-MAN 阅读(369) 评论(0) 收藏 举报