Exemplo n.º 1
0
 private bool IsThisProperty(CCBCharacterPropertyTemplate property)
 {
     return(m_name == property.Name);
 }
Exemplo n.º 2
0
 public CCBCharacterProperty(CCBCharacterPropertyTemplate template) : base(template)
 {
     m_value = "";
 }