Esempio n. 1
0
 public LightOnCommand(IControlebel light)
 {
     this.light = (Light)light;
 }
 public StereoOnWithCDCommand(IControlebel stereo)
 {
     this.stereo = (Stereo)stereo;
 }
 public GarageDoorOpenCommand(IControlebel garage)
 {
     this.garage = (Garage)garage;
 }
Esempio n. 4
0
 public StereoOffCommand(IControlebel stereo)
 {
     this.stereo = (Stereo)stereo;
 }