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