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