Exemplo n.º 1
0
 public void DataBlock(byte[] buf)
 {
     lock (lockObject)
     {
         adapter.DataBlock(buf, 0, buf.Length);
     }
 }