TrakHound_UI.Timeline.DataControlNotifier.DataControlNotifier C# (CSharp) Method

DataControlNotifier() public method

public DataControlNotifier ( ) : System
return System
        public DataControlNotifier(
        )
        {
            m_elements = new List<TimelineBand>();
            m_urls = new TimelineUrlCollection();
            m_streams = new List<Stream>();
        }

Same methods

DataControlNotifier::DataControlNotifier ( TimelineUrlCollection urls, List bands ) : System