예제 #1
0
 public Automation(string adbPath)
 {
     Interactor = new Interactor(adbPath);
 }
예제 #2
0
 public Automation(string adbPath, string adbRemote)
 {
     Interactor = new Interactor(adbPath, adbRemote);
 }