diff --git a/Code/IHM/App.xaml.cs b/Code/IHM/App.xaml.cs index c799256..87723ac 100644 --- a/Code/IHM/App.xaml.cs +++ b/Code/IHM/App.xaml.cs @@ -15,7 +15,7 @@ namespace IHM /// public partial class App : Application { - public Manager AllInscrits { get; private set; } = new Manager(new LinqToPgSQL.PersLinqToPgSQL()); + public Manager Manager { get; private set; } = new Manager(new LinqToPgSQL.PersLinqToPgSQL()); //public Manager AllInscrits { get; private set; } = new Manager(new Stub()); } diff --git a/Code/IHM/MainWindow.xaml b/Code/IHM/MainWindow.xaml index 4a745ad..ecdd3d5 100644 --- a/Code/IHM/MainWindow.xaml +++ b/Code/IHM/MainWindow.xaml @@ -7,7 +7,12 @@ mc:Ignorable="d" Title="MainWindow" Height="450" Width="800"> -