Ejemplo n.º 1
0
 private void InitializeTools()
 {
     _toolFactory   = new ToolFactory();
     _toolConverter = new ToolConverter(_toolFactory, _shiftConverter);
     _tools         = new ConcurrentDictionary <int, ITool>();
     _toolTypes     = new ConcurrentDictionary <string, ITool>();
     _toolsMap      = new ConcurrentDictionary <int, DataSetServices.Data.Modeling.Resources.ITool>();
 }
 private void InitializeTools()
 {
     _toolFactory = new ToolFactory();
     _toolConverter = new ToolConverter(_toolFactory, _shiftConverter);
     _tools = new ConcurrentDictionary<int, ITool>();
     _toolTypes = new ConcurrentDictionary<string, ITool>();
     _toolsMap = new ConcurrentDictionary<int, DataSetServices.Data.Modeling.Resources.ITool>();
 }