コード例 #1
0
ファイル: MetallAccounts.cs プロジェクト: kozorog/s.kozorog
 public MetallAccounts(int number, string owner, Metalls typeMetall) : base(number, owner)
 {
     metallType = typeMetall;
 }
コード例 #2
0
ファイル: MetallPriceList.cs プロジェクト: kozorog/s.kozorog
 public static decimal GetValue(Metalls key)
 {
     return(_prices[key]);
 }