CapgeminiSurface.MenuCard.PlaySound C# (CSharp) 메소드

PlaySound() 개인적인 정적인 메소드

private static PlaySound ( UnmanagedMemoryStream unmanagedMemoryStream ) : void
unmanagedMemoryStream System.IO.UnmanagedMemoryStream
리턴 void
        private static void PlaySound(UnmanagedMemoryStream unmanagedMemoryStream)
        {
            new ThreadedSoundPlayer(unmanagedMemoryStream).PlaySound();
        }