diff --git a/Documentation/Diagramme de Paquatage.png b/Documentation/Diagramme de Paquatage.png new file mode 100644 index 0000000..b623ded Binary files /dev/null and b/Documentation/Diagramme de Paquatage.png differ diff --git a/MangaMap/Views/listPage.xaml b/MangaMap/Views/listPage.xaml index 7f43a5b..ec5b282 100644 --- a/MangaMap/Views/listPage.xaml +++ b/MangaMap/Views/listPage.xaml @@ -40,8 +40,8 @@ - - + - + - - + --> diff --git a/MangaMap/Views/listPage.xaml.cs b/MangaMap/Views/listPage.xaml.cs index 4550dab..449192f 100644 --- a/MangaMap/Views/listPage.xaml.cs +++ b/MangaMap/Views/listPage.xaml.cs @@ -36,7 +36,7 @@ public partial class listPage : ContentPage Grid.SetRow(imageButton, ligne); Grid.SetColumn(imageButton, 0); - grille.Children.Add(imageButton); + //grille.Children.Add(imageButton); indice++; }