Ejemplo n.º 1
0
        public Data(DogOfTheDay dotd)
        {
            this.dotd = dotd;

            history = new History();
            Queue   = new Queue();

            Queue.DataChanged += (sender, queue) => PerformSync();
        }
Ejemplo n.º 2
0
 public Strings(DogOfTheDay dotd)
 {
     this.dotd = dotd;
 }