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