Beispiel #1
0
 public override void ReadFrom(IAdbSocket socket)
 {
     base.ReadFrom(socket);
     this.Path = socket.ReadSyncString();
 }