コード例 #1
0
ファイル: FootLibrary.cs プロジェクト: Benduroy/TP_Labasse
 public void Increment(PointSystem.ITotal with)
 {
     points = ((PointTotal)with).points;
 }
コード例 #2
0
 public void Increment(PointSystem.ITotal with)
 {
     this.points += ((TotalMock)with).points;
 }