Beispiel #1
0
 private void ButtonImageNext_Click(object sender, RoutedEventArgs e)
 {
     ImageAvatar.ImageSource  = InfoPhotosEditing.SelectPhoto(true, (bool)RadioButtonStudent.IsChecked, Session.CurrentInfo.Photos);
     LabelImageAvatar.Content = InfoPhotosEditing.GetNameSelectedPhoto(Session.CurrentInfo.Photos);
 }
 private void ButtonImageNext_Click(object sender, RoutedEventArgs e)
 {
     ImageShowFull.Source = InfoPhotosEditing.SelectPhoto(true, IsRB, Session.CurrentInfo.Photos);
 }