Exemplo n.º 1
0
 private BaseObject ProcessStringBufferLabelHashTag(Text frontendString,
                                                    StringBufferLabelHashTag stringBufferLabelHashTag)
 {
     frontendString.Hash = stringBufferLabelHashTag.Hash;
     return(frontendString);
 }
Exemplo n.º 2
0
 private FrontendObject ProcessStringBufferLabelHashTag(FrontendString frontendString, StringBufferLabelHashTag stringBufferLabelHashTag)
 {
     frontendString.Hash = stringBufferLabelHashTag.Hash;
     return(frontendString);
 }