using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.IO; namespace CommonBase { public class ParamBuffer { public static ConcurrentDictionary dict=new ConcurrentDictionary(); } }