Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. System.Media.SoundPlayer player = new System.Media.SoundPlayer();
  2.  
  3. player.SoundLocation = "KYOTO.wav";
  4. player.PlayLooping();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement