Loading

摘要: (Application.Current.RootVisual as PhoneApplicationFrame).Navigate(new Uri("/NewContent.xaml", UriKind.Relative)); 阅读全文
posted @ 2014-03-04 21:43 眾尋 阅读(206) 评论(0) 推荐(0) 编辑
摘要: (App.Current.RootVisual as PhoneApplicationFrame).Navigate(new Uri("/MainPage.xaml", UriKind.Relative)); 阅读全文
posted @ 2014-03-04 20:52 眾尋 阅读(522) 评论(0) 推荐(0) 编辑
摘要: protected override void OnBackKeyPress(System.ComponentModel.CancelEventArgs e) {//需要设置这个属性 e.Cancel = true; }根据具体情况来判断是... 阅读全文
posted @ 2014-03-04 19:45 眾尋 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 新建一个UserControl,添加到相应位置前台代码相应的后台代码namespace ImageProcessing{public partial class MessagePhoto : UserControl{ public MessagePhoto(){InitializeComponent... 阅读全文
posted @ 2014-03-04 19:06 眾尋 阅读(344) 评论(0) 推荐(0) 编辑