Example #1
0
 public TournamentController(Tournament t, ParticipantInfo p, BridgeEventBus bus) : base("TournamentController", bus)
 {
     this.currentTournament = t;
     this.participant       = p;
 }
Example #2
0
 public TournamentController(Tournament t, ParticipantInfo p) : this(t, p, BridgeEventBus.MainEventBus)
 {
 }