public void funcPopulateNetPorts() { NPTimer = Stopwatch.StartNew(); NetPortList.NetworkProcList.Clear(); NetPortList.funcGetPorts(); NPTimer.Stop(); NetPortElapsedTime = NPTimer.ElapsedMilliseconds; }