private void btnSoundSample_Click(object sender, RoutedEventArgs e) { Properties.Settings.Default.SetServerSound = SoundBox.SelectedIndex; ServerModel.PlayServerSound(); }