Exemplo n.º 1
0
 public void stop()
 {
     WSounds ws = new WSounds();
     ws.StopPlay();
 }
Exemplo n.º 2
0
 public static void Init()
 {
     Sounds = new WSounds();
 }
Exemplo n.º 3
0
 public void play()
 {
     WSounds ws = new WSounds();
     ws.Play(@"D:\Data\Visual Studio data\Visual Studio 2010\Projects\VS2010\Kviskoteka\CHILD_OF_VISION.wav", ws.SND_FILENAME | ws.SND_ASYNC);
 }