using System.Collections.Concurrent; using System.Threading; using Christie_net.datagear; namespace Christie_net.codegear { public class CodeGearManager { private ConcurrentDictionary dgmList = new ConcurrentDictionary(); private ConcurrentDictionary cgmList = new ConcurrentDictionary(); //private ThreadPool threadPoolExecutor; private LocalDataGearManager localDgm = new LocalDataGearManager(); //private ConcurrentDictionary public int cgmID; //public public int localPort; } }