Ejemplo n.º 1
0
 public Interactor(string adbPath, string adbRemote)
 {
     _adb = new Adb(adbPath);
     NewRemote(adbRemote);
     Connected = true;
 }
Ejemplo n.º 2
0
 public Interactor(string adbPath)
 {
     _adb = new Adb(adbPath);
 }