public BarkRecognizer(DogDoor door) { this.door = door; allowedBarks = new List <Bark>(); }
public Remote(DogDoor door) { this.door = door; }