WPF Mengatur Sumber Gambar Dalam Kode Di Balik
myImage.Source = new BitmapImage(new Uri(@"/Images/foo.png", UriKind.Relative));
HRNSBRNS
myImage.Source = new BitmapImage(new Uri(@"/Images/foo.png", UriKind.Relative));