diff --git a/Program.cs b/Program.cs index 6f6b112..19ed946 100644 --- a/Program.cs +++ b/Program.cs @@ -30,7 +30,7 @@ class Program { case 3: Console.Clear(); Submenu(); - Pausa(); + Console.Clear(); break; case 4: Console.Clear(); @@ -143,8 +143,11 @@ class Program { break; case 3: Console.Clear(); - Console.WriteLine($"Frase con \\n: {frase.Replace(".", "\\n")}\n\n"); - Console.WriteLine($"Frase con \\n interpretato: {frase.Replace(".", "\n")}"); + frase = frase.Replace(".", "\\n"); + Console.WriteLine($"Frase con \\n: {frase}\n\n"); + frase = input;//reset della frase + frase = frase.Replace(".", "\n"); + Console.WriteLine($"Frase con \\n interpretato: {frase}"); Pausa(); break; default: diff --git a/bin/Debug/net9.0/strings_1.dll b/bin/Debug/net9.0/strings_1.dll index 51dd907..462270c 100644 Binary files a/bin/Debug/net9.0/strings_1.dll and b/bin/Debug/net9.0/strings_1.dll differ diff --git a/bin/Debug/net9.0/strings_1.pdb b/bin/Debug/net9.0/strings_1.pdb index 45c176c..3ec9fdf 100644 Binary files a/bin/Debug/net9.0/strings_1.pdb and b/bin/Debug/net9.0/strings_1.pdb differ diff --git a/obj/Debug/net9.0/ref/strings_1.dll b/obj/Debug/net9.0/ref/strings_1.dll index 50fa42f..0daa1d3 100644 Binary files a/obj/Debug/net9.0/ref/strings_1.dll and b/obj/Debug/net9.0/ref/strings_1.dll differ diff --git a/obj/Debug/net9.0/refint/strings_1.dll b/obj/Debug/net9.0/refint/strings_1.dll index 50fa42f..0daa1d3 100644 Binary files a/obj/Debug/net9.0/refint/strings_1.dll and b/obj/Debug/net9.0/refint/strings_1.dll differ diff --git a/obj/Debug/net9.0/strings_1.AssemblyInfo.cs b/obj/Debug/net9.0/strings_1.AssemblyInfo.cs index c7e3c11..b800bb9 100644 --- a/obj/Debug/net9.0/strings_1.AssemblyInfo.cs +++ b/obj/Debug/net9.0/strings_1.AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Reflection; [assembly: System.Reflection.AssemblyCompanyAttribute("strings_1")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] -[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+fc5e00d760f79e678e9cd4784cb86739463eae8a")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+31b87989795cdfc8100c8dabff5d2ce0a03e2e16")] [assembly: System.Reflection.AssemblyProductAttribute("strings_1")] [assembly: System.Reflection.AssemblyTitleAttribute("strings_1")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] diff --git a/obj/Debug/net9.0/strings_1.AssemblyInfoInputs.cache b/obj/Debug/net9.0/strings_1.AssemblyInfoInputs.cache index 92ba4fb..dc3e843 100644 --- a/obj/Debug/net9.0/strings_1.AssemblyInfoInputs.cache +++ b/obj/Debug/net9.0/strings_1.AssemblyInfoInputs.cache @@ -1 +1 @@ -e3ce3c7de95ef6326cdd83691d152ba9a50ea4fbf3aaa1a3ecd06cdf889c90e9 +260a48af17a58db4c14ce60e5b496bd92beb2181e1f61cd574e399e1f1445cf0 diff --git a/obj/Debug/net9.0/strings_1.dll b/obj/Debug/net9.0/strings_1.dll index 51dd907..462270c 100644 Binary files a/obj/Debug/net9.0/strings_1.dll and b/obj/Debug/net9.0/strings_1.dll differ diff --git a/obj/Debug/net9.0/strings_1.pdb b/obj/Debug/net9.0/strings_1.pdb index 45c176c..3ec9fdf 100644 Binary files a/obj/Debug/net9.0/strings_1.pdb and b/obj/Debug/net9.0/strings_1.pdb differ