Guest User

Untitled

a guest
Jan 16th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <MediaElement x:Name="mediaplayer"/>
  2.  
  3. mediaplayer.Source = new Uri("Woodkid_IRON_AssassinsCreed.mp3", UriKind.Relative);
  4. mediaplayer.Play();
Add Comment
Please, Sign In to add comment