Beispiel #1
0
 public ElementManager()
 {
     _instances            = new Dictionary <Guid, Element>();
     _elementToElementNode = new Dictionary <Element, ElementNode>();
     _SetupInstrumentation();
     _dataFlowAdapters = new ElementDataFlowAdapterFactory();
 }
Beispiel #2
0
        public ElementManager()
        {
            _instances            = new Dictionary <Guid, Element>();
            _elementToElementNode = new ConcurrentDictionary <Element, ElementNode>();
            _dataFlowAdapters     = new ElementDataFlowAdapterFactory();

            VixenSystem.Instrumentation.AddValue(_elementUpdateTimeValue);
        }