Tournament.TournamentHandlerRefs Method

MiniProjekt

TournamentTournamentHandlerRefs Method

Handles the lists returned from GetListFemaleReferee() and GetListMaleReferee() in FileHandler Combines the two lists of referees from FileHandler into the list "referees", after which it will ask the user, if it should use a referee from list as gamemaster or if he/she wants to be the GameMaster Is thrown if the user types something wrong in the console

Namespace:  MiniProjekt
Assembly:  MiniProjekt - Tournament (in MiniProjekt - Tournament.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<TennisPlayer> TournamentHandlerRefs()

Return Value

Type: ListTennisPlayer
A list of referees minus the referee at index number [0]
See Also