提示错误:Application_UnhandledException
Favorite 是一LonglistSelector
执行这两行后就开始报错了,为什么?
{ ItemViewModel cat = (ItemViewModel)Favorite.SelectedItem; String dog= cat.LineTwo; }
c# wp8
ItemViewModel cat = Favorite.SelectedItem as ItemViewModel; if(cat != null) { String dog = cat.LineTwo; }
删除数据后刷新页面怎么做?wp8
wp8控件pivot界面背景显示问题
报错为什么?Hold事件没有触发SELECTEDITEM!!
微信wp的图片分享,怎样调用当前存入图片库mediaLibrary的图片?
用C#使用JsonHelper问题,用过的进来回答一下
c# 使用WebClient DownloadData出错