Esempio n. 1
0
 //Stores the selected education button and then goes to the education pop up page
 private void EducationButtonClick(object sender, RoutedEventArgs e)
 {
     EducationQueryHandler.Education = educationQueryHandler.ChangeMainAttributeName(sender);
     this.Frame.Navigate(typeof(EducationPagePopUp)); //Goes to the popup page
 }