Exemplo n.º 1
0
 public static bool IsConnectedSimple(int tmCid)
 {
     return(tmCid != 0 &&
            Native.TmcIsConnected(tmCid) > 0);
 }