diff --git a/CanYouBuildIt/CanYouBuildIt.csproj b/CanYouBuildIt/CanYouBuildIt.csproj index e8738f9..3df0b26 100644 --- a/CanYouBuildIt/CanYouBuildIt.csproj +++ b/CanYouBuildIt/CanYouBuildIt.csproj @@ -41,7 +41,6 @@ - diff --git a/CanYouBuildIt/Model/Manager.cs b/CanYouBuildIt/Model/Manager.cs index 9febfaa..471c1d4 100644 --- a/CanYouBuildIt/Model/Manager.cs +++ b/CanYouBuildIt/Model/Manager.cs @@ -29,7 +29,7 @@ namespace CanYouBuildIt.Model { var donnee = Persi.chargeDonnee(); listUtil.AddRange(donnee.Item1); - listComp.AddRange(donnee.Item2); + //listComp.AddRange(donnee.Item2); } public void sauvegardeDonnee() diff --git a/CanYouBuildIt/Resources/Images/iconcybi.png b/CanYouBuildIt/Resources/Images/iconcybi.png new file mode 100644 index 0000000..47d512f Binary files /dev/null and b/CanYouBuildIt/Resources/Images/iconcybi.png differ diff --git a/CanYouBuildIt/Views/Acceuil.xaml b/CanYouBuildIt/Views/Acceuil.xaml index d7fc9e8..e19ec41 100644 --- a/CanYouBuildIt/Views/Acceuil.xaml +++ b/CanYouBuildIt/Views/Acceuil.xaml @@ -4,12 +4,12 @@ xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" x:Class="CanYouBuildIt.Views.Acceuil" Title="Can You Build It" - BackgroundColor="DarkTurquoise"> + BackgroundColor="#26B4BE"> - + @@ -25,35 +25,35 @@ - - - - - - - + @@ -72,20 +72,20 @@