示例#1
0
文件: OS.cs 项目: houseofcat/WOLF
        public void funcPopulateNetPorts()
        {
            NPTimer = Stopwatch.StartNew();

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

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