diff --git a/Code/IHM/App.xaml b/Code/IHM/App.xaml index 1c0a7e7..865fd83 100644 --- a/Code/IHM/App.xaml +++ b/Code/IHM/App.xaml @@ -2,8 +2,12 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:IHM" + xmlns:conv="clr-namespace:IHM.Converters" StartupUri="MainWindow.xaml"> + + +