Пример #1
0
 public int AddDevice()
 {
     return((!_isWin)
         ? LinuxInterop.tdAddDevice()
         : WinInterop.tdAddDevice());
 }