摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Text; 4 using System.Drawing; 5 using System.Drawing.Imaging; 6 using System.IO; 7 using System.Net; 8 9 10 namespace COMP11 {12 public class DownloadImage13 {14 private string imageUrl;15 private Bitmap bitmap;16 /// <summary> 阅读全文
posted @ 2011-05-06 12:08 ®Geovin Du Dream Park™ 阅读(433) 评论(0) 推荐(0) 编辑