Fix des erreurs de build

This commit is contained in:
Merlin Gélinas
2023-05-03 11:01:22 -04:00
parent deb08be6fc
commit 456f4acc42
4 changed files with 34 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace JeuHoy_WPF_Natif.Model {
public class GestionPerceptrons {
private Dictionary<string, Perceptron> _lstPerceptrons = new Dictionary<string, Perceptron>();
private IGestionFichiers _gestionSortie = new GestionFichiersSorties();
private Model.IGestionFichiers _gestionSortie = new GestionFichiersSorties();
private List<Squelette> _lstData = new List<Squelette>();
/// <summary>