示例#1
0
 public static bool ValidateUIDFormat(string UID)
 {
     return(HardwareInfo.ValidateUIDFormat(UID));
 }