MediaPlayer player = new MediaPlayer();player.Open(new Uri("test.mp3", UriKind.RelativeOrAbsolute));player.Play();