Ejemplo n.º 1
0
 /// <summary>
 /// Sets the state of the competition.
 /// </summary>
 /// <param name="state">
 /// The state.
 /// </param>
 public void SetCompetitionState(ICompetitionState state)
 {
     this.State = state;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Sets the state of the competition.
 /// </summary>
 /// <param name="state">
 /// The state.
 /// </param>
 public void SetCompetitionState(ICompetitionState state)
 {
     this.State = state;
 }