コード例 #1
0
ファイル: Wire.cs プロジェクト: 195344/projet_labo_cinfo
 public void SetPowerSupply(Wire powerSupply)
 {
     connetions.Insert(0, powerSupply);
     costByEnegieQtt = powerSupply.GetCost();
 }