2012-05-11 3 views

답변

2

뭔가 작업을해야 :

BitmapImage image = new BitmapImage(new Uri("URL_TO_IMAGE", UriKind.Absolute)); 
imageControl.Source = image; 
관련 문제