示例#1
0
 private void LoadAvailableDevices()
 {
     try
     {
         AvailableDevices.Load(new AdbClient().GetDevices());
     }
     catch (Exception ex)
     {
         log.Error("Couldn't load available devices", ex);
     }
 }