Exemple #1
0
 private static void OnTimedEvent(Object source, ElapsedEventArgs e)
 {
     _game.ComputeNextTurn();
     Display(_game);
 }