Plays the .wav file using a new thread.
| C# | Visual Basic |
public void Play()
Public Sub Play
The Play method plays the sound using a new thread.
If the .wav file has not been specified or it fails to load, the Play method will play the default beep sound.