Exemplo n.º 1
0
        public void Clear()
        {
            TimelineTrackModelCollectionEventArgs args = new TimelineTrackModelCollectionEventArgs(this.trackList);

            this.trackList.Clear();

            if (this.TracksRemoved != null)
            {
                this.TracksRemoved(this, args);
            }
        }
Exemplo n.º 2
0
        public void Clear()
        {
            TimelineTrackModelCollectionEventArgs args = new TimelineTrackModelCollectionEventArgs(this.trackList);

            this.trackList.Clear();

            if (this.TracksRemoved != null)
                this.TracksRemoved(this, args);
        }