Exemplo n.º 1
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._where = new ItemOperationArguments(xdr);
     this._how = new MakeFileHow(xdr);
 }
Exemplo n.º 2
0
 public void xdrDecode(XdrDecodingStream xdr)
 {
     this._where = new ItemOperationArguments(xdr);
     this._how   = new MakeFileHow(xdr);
 }