private void SoundPlayGo() { PlaySoundGo.PlaySoundStart(FilePath, new System.IntPtr(), PlaySoundGo.PlaySoundFlags.SND_SYNC); #pragma warning disable SYSLIB0006 // 형식 또는 멤버는 사용되지 않습니다. SoundPlayThread.Abort(); #pragma warning restore SYSLIB0006 // 형식 또는 멤버는 사용되지 않습니다. }
private void SoundPlayGo() { PlaySoundGo.PlaySoundStart(FilePath, new IntPtr(), PlaySoundFlags.SND_SYNC); SoundPlayThread.Abort(); }