コード例 #1
0
ファイル: DeviceManager.cs プロジェクト: dazhouhu/MFW
 public void PlaySound(string filePath, bool loop, int interval)
 {
     log.Info("startPlayingAlert filePath:" + filePath);
     WrapperProxy.StartPlayAlert(filePath, loop, interval);
 }