private void ImgQuestionMark_Loaded(object sender, RoutedEventArgs e)
 {
     //string path = System.IO.Path.Combine(Environment.CurrentDirectory, "my_question_mark_icon.png");
     imgQuestionMark.Source = ImageEdit.CreateBitmapImage(System.IO.Path.Combine(Helper.GetPathToSolution(), "Images", "my_question_mark_icon.png"));
 }
示例#2
0
 private void ImgAdmib_Loaded(object sender, RoutedEventArgs e)
 {
     imgAdmin.Source = ImageEdit.CreateBitmapImage(System.IO.Path.Combine(Helper.GetPathToSolution(), "Images", "admin.png"));
 }