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