Exemplo n.º 1
0
 private void PressedOK(object sender, RoutedEventArgs e)
 {
     if (ChoiceListBox.SelectedItem == null)
     {
         return;
     }
     PlaySoundClick();
     parentPage.StartGameRun(ChoiceListBox.SelectedItem.ToString());
 }
Exemplo n.º 2
0
 private void PressedOK(object sender, RoutedEventArgs e)
 {
     parentPage.StartGameRun(ChoiceListBox.SelectedItem.ToString());
 }