Exemplo n.º 1
0
 public Proportion(ProportionType type, float value)
     : this(type)
 {
     _value = value;
 }
Exemplo n.º 2
0
 public Proportion(ProportionType type)
 {
     _type = type;
 }