随笔分类 -  windows phone

windows phone 图片缓存
摘要:using System;using System.Net;using System.Windows;using System.Windows.Controls;using System.Windows.Media.Imaging;using System.Text;using System.IO.IsolatedStorage;using System.IO;namespace Cache{ public class ImageCache : DependencyObject { public static readonly DependencyProperty S... 阅读全文

posted @ 2013-04-20 18:09 Karson007 阅读(527) 评论(2) 推荐(0)