Ejemplo n.º 1
0
 private void ProcessResponseIntParamTag(Package package,
                                         ResponseIntParamTag responseIntParamTag)
 {
     package.MessageResponses[^ 1].Responses[^ 1].Param = responseIntParamTag.Param;
Ejemplo n.º 2
0
 private void ProcessResponseParamTag(IObject <ObjectData> frontendObject,
                                      ResponseIntParamTag responseIntParamTag)
 {
     frontendObject.MessageResponses[^ 1].Responses[^ 1].Param = responseIntParamTag.Param;