Beispiel #1
0
 public DoorPwdDI(IKnobDI knob)
 {
     _knob = knob;
 }
Beispiel #2
0
 public DoorKeyDI(IKnobDI knob)
 {
     _knob = knob;
 }