From 0a8ca83e9c24c9ff9defaa213ba92b1bf562e3c6 Mon Sep 17 00:00:00 2001 From: "liam.monchanin" Date: Thu, 18 May 2023 18:05:55 +0200 Subject: [PATCH] je teste --- notus/Notus_Console/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/notus/Notus_Console/Program.cs b/notus/Notus_Console/Program.cs index d6daaa8..e30e969 100644 --- a/notus/Notus_Console/Program.cs +++ b/notus/Notus_Console/Program.cs @@ -152,7 +152,7 @@ while (boucle == 0){ Console.WriteLine("Cherchez un tag"); name = Console.ReadLine(); Tags tagToAdd = u.RechercherTags(name); - u.AddOneTagToNoteList(note,tagToAdd); + u.AddOneTagToNoteList(n,tagToAdd); break; case "9":///Supprimer un tag a une note @@ -162,7 +162,7 @@ while (boucle == 0){ Console.WriteLine("Cherchez un tag"); name = Console.ReadLine(); Tags tagToSupp = u.RechercherTags(name); - u.SupOneTagToNoteList(note,tagToSupp); + u.SupOneTagToNoteList(n,tagToSupp); break; case "10":///Ajouter une image @@ -174,7 +174,7 @@ while (boucle == 0){ break; case "12":///Deplacer une image - n.DeplacerImage(image); + //n.DeplacerImage(image); break; case "13":///Supprimer un tag definitivement