Uri ri = new Uri(AppDomain.CurrentDomain.BaseDirectory + "Resources/exp.jpg");
ImageSource MI =
new BitmapImage(ri);
imgExp.Source = MI;
Uri ri = new Uri(AppDomain.CurrentDomain.BaseDirectory + "Resources/exp.jpg");
ImageSource MI =
new BitmapImage(ri);
imgExp.Source = MI;