2012年8月2日

XmlSerializer序列化一组成员到文本文件

摘要: 写入: using (System.IO.IsolatedStorage.IsolatedStorageFile isf = System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForApplication()) { using (System.IO.Isolated... 阅读全文

posted @ 2012-08-02 17:44 冰危节奏 阅读(328) 评论(0) 推荐(0) 编辑

windows phone下进行Isolated的IO读写

摘要: using (System.IO.IsolatedStorage.IsolatedStorageFile isf = System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForApplication()) { if (isf.FileExists(fileName)) ... 阅读全文

posted @ 2012-08-02 17:30 冰危节奏 阅读(252) 评论(0) 推荐(0) 编辑

导航