Exemple #1
0
 private void PlaySound()
 {
     if (_sound != null)
     {
         _sound.PlayAlertSoundAsync();
     }
 }