コード例 #1
0
ファイル: Unix.cs プロジェクト: sillsdev/dbus-sharp
 public override void Write(byte[] buffer, int offset, int count)
 {
     _usock.Write(buffer, offset, count);
 }