using System; using System.Collections.Generic; using System.Text; namespace Server_Dashboard { /// /// This class represents a single network interface and will be added /// to a list to account for multiple networking interfaces /// internal class NetworkInterface { } }