摘要:
imageprovider类,自己的Providerusing System;using System.Collections.Generic;using System.Text;using System.Configuration;using System.Configuration.Provider;using System.Drawing;namespace ps{ public abstract class ImageProvider : ProviderBase { public abstract Image ShowImg(string id); }}ImageProviderCo 阅读全文
posted @ 2011-05-18 11:29
林614
阅读(501)
评论(0)
推荐(0)

浙公网安备 33010602011771号