Beispiel #1
0
 public void SetCostAndColor(Cost cost)
 {
     this._cost = cost;
     Color = cost.ParseColors();
 }