コード例 #1
0
 public static bool tdRemoveDevice(int intDeviceId)
 {
     if (isWindows)
     {
         return(WindowsWrapper.tdRemoveDevice(intDeviceId));
     }
     else
     {
         return(UnixWrapper.tdRemoveDevice(intDeviceId));
     }
 }