コード例 #1
0
ファイル: Computer.cs プロジェクト: SHolleworth/Trader
 public float CalculateWeight()
 {
     return(hold.CalculateStockWeight());
 }