Beispiel #1
0
 public void PlaySound(string filePath, bool loop, int interval)
 {
     log.Info("startPlayingAlert filePath:" + filePath);
     WrapperProxy.StartPlayAlert(filePath, loop, interval);
 }