コード例 #1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._where = new ItemOperationArguments(xdr);
     this._what  = new MakeNodeData(xdr);
 }
コード例 #2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._where = new ItemOperationArguments(xdr);
     this._what = new MakeNodeData(xdr);
 }