Ejemplo n.º 1
0
 protected void SetValueAndName(EnumerationBase other)
 {
     SetData(other.Value, other.Name);
 }
Ejemplo n.º 2
0
 protected EnumerationBase(EnumerationBase other)
 {
     SetData(other.Value, other.Name);
 }