示例#1
0
 public Task PlaySoundAsync(string filename)
 {
     return(_soundProvider.PlaySoundAsync(filename));
 }