Пример #1
0
 public BarkRecognizer(DogDoor door)
 {
     this.door = door;
 }
Пример #2
0
 public Remote(DogDoor door)
 {
     this.door = door;
 }