Пример #1
0
 public GameController(FightClubForm form, LogsForm logsForm, PlayerForm userForm, PlayerForm computerForm, GameParticipant human, GameParticipant computer)
 {
     this.userForm     = userForm;
     this.computerForm = computerForm;
     this.logsForm     = logsForm;
     this.form         = form;
     this.human        = human;
     this.computer     = computer;
 }