예제 #1
0
        private void SoundPlayGo()
        {
            PlaySoundGo.PlaySoundStart(FilePath, new System.IntPtr(),
                                       PlaySoundGo.PlaySoundFlags.SND_SYNC);
#pragma warning disable SYSLIB0006 // 형식 또는 멤버는 사용되지 않습니다.
            SoundPlayThread.Abort();
#pragma warning restore SYSLIB0006 // 형식 또는 멤버는 사용되지 않습니다.
        }
예제 #2
0
파일: Form1.cs 프로젝트: steady-study/Wav
        private void SoundPlayGo()
        {
            PlaySoundGo.PlaySoundStart(FilePath, new IntPtr(), PlaySoundFlags.SND_SYNC);

            SoundPlayThread.Abort();
        }