2010-12-06 4 views

Antwort

1
foreach (NetworkInterface nic in NetworkInterface.GetAllNetworkInterfaces()) 
{ 
    string MACAddress = nic.GetPhysicalAddress().ToString();   
}