Esempio n. 1
0
 public override void Selected(DialogViewController dvc, UITableView tableView, NSIndexPath indexPath)
 {
     base.Selected(dvc, tableView, indexPath);
     Task.Factory.StartNew(() => {
         _whisper.Play();
     });
 }