摘要: const string CurrentEntryDateKey = "CurrentEntryDateKey";//If we return to this page after Tomstoning, then get the previous state from // PhoneApplicationService if (PhoneApplicationService.Current.State.ContainsKey(CurrentEntryDateKey)) _entryDate = (DateTime)P... 阅读全文
posted @ 2013-02-07 21:31 Dieaz5 阅读(201) 评论(0) 推荐(0)