Ejemplo n.º 1
0
 public Autobot(ICremaHost cremaHost, AutobotService service, string autobotID, SecureString password)
     : base(autobotID)
 {
     this.cremaHost = cremaHost;
     this.service   = service;
     this.password  = password;
 }
Ejemplo n.º 2
0
 public Autobot(AutobotService service, string address, string autobotID)
     : base(autobotID)
 {
     this.service = service;
     this.address = address;
 }