From 45031161dfb990e20036046453520051933a376f Mon Sep 17 00:00:00 2001 From: V J Date: Mon, 15 May 2023 10:15:03 +0200 Subject: [PATCH] =?UTF-8?q?probl=C3=A8me=20windows?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MangaMap/Stub/DataContract.cs | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/MangaMap/Stub/DataContract.cs b/MangaMap/Stub/DataContract.cs index c8ff406..f2d0f3e 100644 --- a/MangaMap/Stub/DataContract.cs +++ b/MangaMap/Stub/DataContract.cs @@ -1,16 +1,16 @@ -using MangaMap.Model; -using System; -using System.Collections.Generic; -using System.Diagnostics; -using System.Linq; -using System.Runtime.Serialization; -using System.Text; -using System.Threading.Tasks; -using System.Xml; - - -namespace MangaMap.Stub -{ +using MangaMap.Model; +using System; +using System.Collections.Generic; +using System.Diagnostics; +using System.Linq; +using System.Runtime.Serialization; +using System.Text; +using System.Threading.Tasks; +using System.Xml; + + +namespace MangaMap.Stub +{ public class DataContract : IPersistanceManager { public string FileName { get; set; } = "SauvegardeDonnees.xml"; @@ -77,6 +77,6 @@ namespace MangaMap.Stub } } } - } - + } + } \ No newline at end of file