Ejemplo n.º 1
0
        public void SetModel(Timeline model)
        {
            _model = model;
            model.Events.CollectionChanged += notifyCollectionChangedEventHandler;

            _currentMarker = new CurrentMarker(this, model);

            ChangeZoom(zoom);
        }
Ejemplo n.º 2
0
        public void SetModel(Timeline model)
        {
            _model = model;
            model.Events.CollectionChanged += notifyCollectionChangedEventHandler;

            _currentMarker = new CurrentMarker(this, model);

            ChangeZoom(zoom);
        }