Ejemplo n.º 1
0
 public Server(string host, string port, string username, string password)
 {
     this.host       = host;
     this.port       = port;
     this.username   = username;
     this.password   = password;
     this.responses  = new List<String>();
     this.dataLogger = new CSIDATALOGGERLib.DataLogger();
     initializeDataLogger();
 }
Ejemplo n.º 2
0
 public Server(string host, string port, string username, string password)
 {
     this.host       = host;
     this.port       = port;
     this.username   = username;
     this.password   = password;
     this.responses  = new List <String>();
     this.dataLogger = new CSIDATALOGGERLib.DataLogger();
     initializeDataLogger();
 }