1. 线程池
1 ThreadPool.QueueUserWorkItem(delegate { });
2. 线程Invoke
1 tgv.Invoke(new MethodInvoker(delegate () { curTn = tgv.Nodes.Add(curItem); }));