예제 #1
0
 public VolumeUpCommand(Radio radio)
 {
     this.radio = radio;
 }
예제 #2
0
 public VolumeDownCommand(Radio radio)
 {
     this.radio = radio;
 }