Beispiel #1
0
 public Game(DateTime when, Sport sport, Team team1, Team team2)
 {
     this.when = when;
     this.sport = sport;
     this.team1 = team1;
     this.team2 = team2;
 }
Beispiel #2
0
 public virtual void SetTeam2(Team team2)
 {
     this.team2 = team2;
 }
Beispiel #3
0
 public virtual void SetTeam1(Team team1)
 {
     this.team1 = team1;
 }