摘要:
public BitmapImage ReadImageByResource(string url) { BitmapImage bitmapImage; try { Uri imgBoom = new Uri(url, UriKind.Relative); StreamResourceInfo info = Application.GetResourceStream(imgBoom); bitmapImage = new B... 阅读全文
posted @ 2013-05-28 16:00
成群
阅读(493)
评论(0)
推荐(0)

浙公网安备 33010602011771号