
Window Phone
js_dada
目标是全栈工程师!!!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Window Phone 7 :Page生命周期
private void Application_Activated(object sender, ActivatedEventArgs e) { Debug.WriteLine("App is activated at {0}", DateTime.Now.ToLongTimeString()); } private void A原创 2012-02-06 22:54:25 · 752 阅读 · 0 评论 -
Window Phone 7:页面导航
在Window Phone开发当中,用NavigationService来控制页面导航,如下代码: this.NavigationService.Navigate(new Uri("/SecondPage.xaml?name=js",UriKind.Relative)); 让我们来分析一下:Navigate是用于导航的函数原创 2012-05-18 09:56:58 · 194 阅读 · 0 评论