Пример #1
0
        public void funcPopulateNetPorts()
        {
            NPTimer = Stopwatch.StartNew();

            NetPortList.NetworkProcList.Clear();
            NetPortList.funcGetPorts();

            NPTimer.Stop();
            NetPortElapsedTime = NPTimer.ElapsedMilliseconds;
        }