private void bh_Click(object sender, RoutedEventArgs e) { GameSimulation gm = simulations.ElementAt(Convert.ToInt32(((Button)sender).Tag)); HistoriqueForm historique = new HistoriqueForm(gm.game, DateTime.Now, gm); historique.ShowDialog(); //Afficher la fenêtre en fonction de simulation de jeu }