AdvancedLauncher.Tools.FingerPrint.uuId C# (CSharp) 메소드

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

private static uuId ( ) : string
리턴 string
        private static string uuId()
        {
            return identifier("Win32_ComputerSystemProduct", "UUID");
        }