Пример #1
0
 private void PressedOK(object sender, RoutedEventArgs e)
 {
     if (ChoiceListBox.SelectedItem == null)
     {
         return;
     }
     PlaySoundClick();
     parentPage.StartGameRun(ChoiceListBox.SelectedItem.ToString());
 }
Пример #2
0
 private void PressedOK(object sender, RoutedEventArgs e)
 {
     parentPage.StartGameRun(ChoiceListBox.SelectedItem.ToString());
 }