Пример #1
0
 public void Touch(uint count, byte[] data)
 {
     bufferRangeGL.Touch(count, data);
     bufferRangeRL.Touch(count, data);
 }