Ejemplo n.º 1
0
 public void ApplyChange(ElementTypeVariable amount)
 {
     Value = amount.Value;
 }
Ejemplo n.º 2
0
 public void SetValue(ElementTypeVariable value)
 {
     Value = value.Value;
 }