WPF setzen die Bildquelle im Code dahinter fest


myImage.Source = new BitmapImage(new Uri(@"/Images/foo.png", UriKind.Relative));
HRNSBRNS