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