Exemplo n.º 1
0
 public Bucket(SimpleBWControlService simpleBWControlService, IBWControllable bc, int channel)
 {
     _bc      = bc;
     _channel = channel;
     _simpleBWControlService = simpleBWControlService;
 }
 public Bucket(SimpleBWControlService simpleBWControlService, IBWControllable bc, int channel)
 {
     _bc = bc;
     _channel = channel;
     _simpleBWControlService = simpleBWControlService;
 }