diff --git a/Sources/Connsole/Program.cs b/Sources/Connsole/Program.cs index 6cb5ba9..fb87e4e 100644 --- a/Sources/Connsole/Program.cs +++ b/Sources/Connsole/Program.cs @@ -3,7 +3,7 @@ // See https://aka.ms/new-console-template for more information -Album a = new Album("Adios Bahamas", "album1.jpg", "Népal"); +/*Album a = new Album("Adios Bahamas", "album1.jpg", "Népal"); Album a1 = new Album("Fenêtre sur Rue", "album3.jpg", "HugoTSR"); Album a2 = new Album("Dans la Légende", "album8.jpg", "PNL"); @@ -18,7 +18,7 @@ foreach (Album album in lst) Console.WriteLine($"Artiste : " + album.Artiste); Console.WriteLine($"-------------------------"); -} +}*/ diff --git a/Sources/Linaris/AppShell.xaml b/Sources/Linaris/AppShell.xaml index 902faa0..c74d47a 100644 --- a/Sources/Linaris/AppShell.xaml +++ b/Sources/Linaris/AppShell.xaml @@ -8,8 +8,8 @@ diff --git a/Sources/Linaris/Linaris.csproj b/Sources/Linaris/Linaris.csproj index 1bb72bd..16187ed 100644 --- a/Sources/Linaris/Linaris.csproj +++ b/Sources/Linaris/Linaris.csproj @@ -63,6 +63,9 @@ MSBuild:Compile + + MSBuild:Compile + diff --git a/Sources/Linaris/MainPage.xaml.cs b/Sources/Linaris/MainPage.xaml.cs index 4112ed7..9e8598f 100644 --- a/Sources/Linaris/MainPage.xaml.cs +++ b/Sources/Linaris/MainPage.xaml.cs @@ -2,7 +2,7 @@ public partial class MainPage : ContentPage { - int count = 0; + // int count = 0; public MainPage() { diff --git a/Sources/Linaris/PlaylistPage.xaml b/Sources/Linaris/PlaylistPage.xaml new file mode 100644 index 0000000..843637e --- /dev/null +++ b/Sources/Linaris/PlaylistPage.xaml @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + +