示例#1
0
 public Proportion(ProportionType type, float value)
     : this(type)
 {
     _value = value;
 }
示例#2
0
 public Proportion(ProportionType type)
 {
     _type = type;
 }