Ejemplo n.º 1
0
 public EndGameScreen(TimeSpan timeToSolve, IEndGameScreenCallbacks callbacks)
 {
     this.timeToSolve = timeToSolve;
     this.callbacks   = callbacks;
 }
Ejemplo n.º 2
0
 public FreeViewScreen(IEndGameScreenCallbacks callbacks)
 {
     this.callbacks = callbacks;
 }