2012年6月5日

wp 常用messagebox

摘要: // Show a warning MessageBoxResult result = MessageBox.Show("Strobe lights can trigger " + "seizures for people with photosensitive epilepsy. " + "Are you sure you want to star... 阅读全文

posted @ 2012-06-05 11:07 GIS-MAN 阅读(429) 评论(0) 推荐(0)

页面导航 页面内容的保存,

摘要: 在页面导航中, ,通过后退按钮,不会new 一个page对象,通过后退按钮页面的内容不会有丢失 ,但是通过 private void button1_Click(object sender, RoutedEventArgs e) { this.NavigationService.Navigate(new System.Uri("/MainPage... 阅读全文

posted @ 2012-06-05 10:46 GIS-MAN 阅读(298) 评论(0) 推荐(0)

导航