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