Beispiel #1
0
        public Track()
        {
            this.Aggregate = new TrackAggregate(this);

            this.Position = "";
            this.Title    = "";
            this.Duration = "";
        }
 public TrackIterator(TrackAggregate trackAggregate)
 {
     _trackAggregate = trackAggregate;
 }