2012年3月28日

摘要: byte[] LoadImageFile( string fileName, string fileLocation, int maxImageSize ) { byte[] imagebytes = null; string fullpath = fileLocation + fileName; ... 阅读全文
posted @ 2012-03-28 15:00 codecraft 阅读(217) 评论(0) 推荐(0)

导航