Ejemplo n.º 1
0
 /// <summary>
 /// Gets the network interface devices
 /// </summary>
 /// <returns></returns>
 public Collection <NetworkDevice> GetDevices()
 {
     return(_networkPackets.GetDeviceList());
 }