Example #1
0
 public StereoOnWithCdCommand(Stereo stereo)
 {
     this.stereo = stereo;
 }
Example #2
0
 public StereoOffCommand(Stereo stereo)
 {
     this.stereo = stereo;
 }