diff --git a/JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs b/JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs index bb884f2..32e03b2 100644 --- a/JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs +++ b/JeuHoyEtudiants/JeuHoy_WPF_Natif/Model/GestionPerceptrons.cs @@ -22,7 +22,7 @@ namespace JeuHoy_WPF_Natif.Model { _lstPerceptrons.Add(x.ToString(), new Perceptron(x.ToString())); foreach (Squelette sql in _lstData) - Entrainement(sql, sql.Reponse); + Entrainement(sql, ""); } ///