예제 #1
0
파일: Unix.cs 프로젝트: sillsdev/dbus-sharp
 public override void Write(byte[] buffer, int offset, int count)
 {
     _usock.Write(buffer, offset, count);
 }