Beispiel #1
0
 public void Read(BinaryReader s)
 {
     N = s.ReadInt32();
     Txid.Read(s);
 }