コード例 #1
0
ファイル: Draw.cs プロジェクト: angeloDarrow/Keno
 public decimal GetTotalMoneyPaiyable()
 {
     return(Selections.Sum(x => x.AmmountPayable));
 }