예제 #1
0
 public SetVolumeRequestHandler(IRadioCommandDispatcher commandDispatcher)
 {
     this.commandDispatcher = commandDispatcher;
 }
 public TurnOnRadioRequestHandler(
     IRadioCommandDispatcher commandDispatcher)
 {
     this.commandDispatcher = commandDispatcher;
 }
예제 #3
0
 public TurnOffRequestHandler(
     IRadioCommandDispatcher radioCommandDispatcher)
 {
     this.radioCommandDispatcher = radioCommandDispatcher;
 }
예제 #4
0
 public GetProgramTextRequestHandler(
     IRadioCommandDispatcher commandDispatcher)
 {
     this.commandDispatcher = commandDispatcher;
 }
예제 #5
0
 public GetSignalStrengthRequestHandler(
     IRadioCommandDispatcher commandDispatcher)
 {
     this.commandDispatcher = commandDispatcher;
 }