Exemple #1
0
 public static bool IsAcceptedMAC(string mac)
 {
     return(AddressToMacResolver.IsAcceptedMac(mac));
 }