示例#1
0
 protected WaterFilter(WaterFilter other)
     : base(other)
 {
     Effectiveness = other.Effectiveness;
 }
示例#2
0
 protected WaterFilter(WaterFilter other) : base(other)
 {
     Effectiveness = other.Effectiveness;
 }