System.Media.SystemSounds.SystemSound C# (CSharp) 메소드

SystemSound() 개인적인 메소드

private SystemSound ( )
            get => s_asterisk ?? (s_asterisk = new SystemSound(Interop.User32.MB_ICONASTERISK));
        }
SystemSounds