Beispiel #1
0
 public void EnqueueDog(Dog d)
 {
     dogQ.Enqueue(d);
 }
Beispiel #2
0
 public void EnqueueCat(Cat c)
 {
     catQ.Enqueue(c);
 }