Exemplo n.º 1
0
 public BiddingScreen(ProjectConfig conf, BidActionManager actionManager, Phase2ActManager phase2Manager,
                      SubmitStrategyManager strategyManager, PriceActionService priceActionService)
 {
     this.conf               = conf;
     this.actionManager      = actionManager;
     this.phase2Manager      = phase2Manager;
     this.strategyManager    = strategyManager;
     this.priceActionService = priceActionService;
 }
Exemplo n.º 2
0
 public CaptchaTaskDaemon(ProjectConfig conf, Phase2ActManager phase2ActManager)
 {
     this.conf             = conf;
     this.phase2ActManager = phase2ActManager;
 }