コード例 #1
0
ファイル: BlockLocator.cs プロジェクト: PlumpMath/LushCoin
 public void ReadWrite(BitcoinStream stream)
 {
     stream.ReadWrite(ref vHave);
 }