摘要: 代码如下:Code Behind 1 void MainWindow_Loaded(object sender, RoutedEventArgs e) 2 { 3 string imgURL = "http://www.***.com/***.jpg"; 4 if (!String.IsNullOrEmpty(imgURL)) 5 { 6 Application.Current.Dispatcher.BeginInvoke(new Action(() => 7 { 8 //return byte[]... 阅读全文
posted @ 2011-12-07 17:57 Damon-Cui 阅读(849) 评论(0) 推荐(0) 编辑