public DecreaseVolumeCommand(SimpleSoundBar simpleSoundBar)
 {
     _simpleSoundBar = simpleSoundBar;
 }
Esempio n. 2
0
 public MuteCommand(SimpleSoundBar simpleSoundBar)
 {
     _simpleSoundBar = simpleSoundBar;
 }
Esempio n. 3
0
 public PowerCommand(SimpleSoundBar simpleSoundBar)
 {
     _simpleSoundBar = simpleSoundBar;
 }