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