摘要: 1app.xmal.cs 部分修改如下 private void InitializePhoneApplication() { if (phoneApplicationInitialized) return; // Create the frame but don't set it as RootVisual yet; this allows the splash // screen to remain active until the application is ready to ... 阅读全文
posted @ 2012-02-21 21:27 Zoe_J 阅读(452) 评论(0) 推荐(0) 编辑
摘要: windows phone toolkit里面有关于这个内容的一个小资源。在页面的xmal中引用这个toolkit,xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"然后再写页面资源:<phone:PhoneApplicationPage.Resources > <toolkit:RelativeTimeConverter x:Key="RelativeTimeConverter"/> &l 阅读全文
posted @ 2012-02-21 18:46 Zoe_J 阅读(228) 评论(0) 推荐(0) 编辑