示例#1
0
 public LigthOffCommand(ILigth ligth)
 {
     this.ligth = ligth;
 }
示例#2
0
 public GarageDoor(ILigth ligth)
 {
     this.ligth = ligth;
 }