diff --git a/My IP Address/LocalAddressFetcher.vb b/My IP Address/LocalAddressFetcher.vb index 11a1edf..bb0237e 100644 --- a/My IP Address/LocalAddressFetcher.vb +++ b/My IP Address/LocalAddressFetcher.vb @@ -27,8 +27,8 @@ Public Class LocalAddressFetcher End Function Public Sub FetchData() - Dim NetworkInterfaces As NetworkInterface() = NetworkInterface.GetAllNetworkInterfaces() addresses = New Dictionary(Of String, List(Of List(Of String))) + Dim NetworkInterfaces As NetworkInterface() = NetworkInterface.GetAllNetworkInterfaces() For Each netadapter In NetworkInterfaces Dim intproperties As IPInterfaceProperties = netadapter.GetIPProperties() diff --git a/My IP Address/My Project/AssemblyInfo.vb b/My IP Address/My Project/AssemblyInfo.vb index 0df325b..d437d59 100644 --- a/My IP Address/My Project/AssemblyInfo.vb +++ b/My IP Address/My Project/AssemblyInfo.vb @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by using the '*' as shown below: ' - - + +