随笔分类 -  .net

XmlSerializer序列化一组成员到文本文件
摘要:写入: using (System.IO.IsolatedStorage.IsolatedStorageFile isf = System.IO.IsolatedStorage.IsolatedStorageFile.GetUserStoreForApplication()) { using (System.IO.Isolated... 阅读全文

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

后台线程调用前台页面上的内容:windows Form
摘要:BackgroundThreadFunction() { Invoke(new ShowMessage(Show), strAccount, e.Message); } private delegate void ShowMessage(string strAccount, string Exception); private void Show(string strAcco... 阅读全文

posted @ 2012-07-26 10:27 冰危节奏 阅读(175) 评论(0) 推荐(0)

导航