博客园站长
这是人类成长进步中记录的每一时刻

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

posted on 2014-08-05 16:59  dm3344  阅读(665)  评论(0编辑  收藏  举报