Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. }
  3. System.Media.SoundPlayer player =
  4. new System.Media.SoundPlayer();
  5. player.SoundLocation = "DRUMS.wav";
  6. player.Load();
  7. player.PlayLooping();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement