Esempio n. 1
0
 public AgentService(Socket socket, CC cc, CCclient ccClient)
 {
     this.cc       = cc;
     this.socket   = socket;
     this.ccClient = ccClient;
 }