Beispiel #1
0
 public ClientService(SocketClient socketClient, WindowSimulator simulator)
 {
     this.socketClient = socketClient;
     this.simulator    = simulator;
 }
Beispiel #2
0
 public BidActionManager(WindowSimulator robot, ProjectConfig conf)
 {
     this.robot = robot;
     this.conf  = conf;
 }