Exemple #1
0
 public int Bell(int deviceId)
 {
     return((!_isWin)
         ? LinuxInterop.tdBell(deviceId)
         : WinInterop.tdBell(deviceId));
 }