Ejemplo n.º 1
0
 private void DeleteSound(Sound sound)
 {
     _soundService.DeleteSound(_settings, sound);
     RefreshSoundList();
 }