Esempio n. 1
0
 public DBOperation(string IP, string sshUsername, string sshPassword)
 {
     Console.WriteLine("DDEI:{0}", IP);
     ssh = new SSHOperation(IP, sshUsername, sshPassword);
 }