diff --git a/vs/LO23/Client/App.xaml b/vs/LO23/Client/App.xaml index ab673d95b790c3045965f5a80d122305ba80aed9..4d35622b333bf1654819984316e93e9a0d9cdae4 100644 --- a/vs/LO23/Client/App.xaml +++ b/vs/LO23/Client/App.xaml @@ -1,9 +1,9 @@ -<Application x:Class="Client.App" - xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" - xmlns:local="clr-namespace:Client" - StartupUri="MainWindow.xaml"> - <Application.Resources> - - </Application.Resources> -</Application> +<Application x:Class="Client.App" + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" + xmlns:local="clr-namespace:Client" + StartupUri="MainWindow.xaml"> + <Application.Resources> + + </Application.Resources> +</Application> diff --git a/vs/LO23/Client/App.xaml.cs b/vs/LO23/Client/App.xaml.cs index 6364c97e203102a3eefda88f1ba50b9887956897..50d72be9dbf559a6b9834299fa4d443a287177c1 100644 --- a/vs/LO23/Client/App.xaml.cs +++ b/vs/LO23/Client/App.xaml.cs @@ -1,17 +1,17 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Threading.Tasks; -using System.Windows; - -namespace Client -{ - /// <summary> - /// Logique d'interaction pour App.xaml - /// </summary> - public partial class App : Application - { - } -} +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace Client +{ + /// <summary> + /// Logique d'interaction pour App.xaml + /// </summary> + public partial class App : Application + { + } +} diff --git a/vs/LO23/Client/Client.csproj b/vs/LO23/Client/Client.csproj index 3d6056671f9304b507c269de5401b8a84f664aed..42b43f6bac14c6098e5c901b902f739351b9f7f9 100644 --- a/vs/LO23/Client/Client.csproj +++ b/vs/LO23/Client/Client.csproj @@ -103,9 +103,7 @@ <ItemGroup> <None Include="App.config" /> </ItemGroup> - <ItemGroup> - <Resource Include="data\user1.txt" /> - </ItemGroup> + <ItemGroup /> <ItemGroup> <ProjectReference Include="..\Shared\Shared.csproj"> <Project>{deedb05f-755c-4573-a317-e84f11529284}</Project> diff --git a/vs/LO23/Client/MainWindow.xaml.cs b/vs/LO23/Client/MainWindow.xaml.cs index dedc939545daf9015915ae16e20cff2e7ea10930..04876d8fdab7286ac0c20049d1cfcaefeff24152 100644 --- a/vs/LO23/Client/MainWindow.xaml.cs +++ b/vs/LO23/Client/MainWindow.xaml.cs @@ -1,28 +1,28 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Navigation; -using System.Windows.Shapes; - -namespace Client -{ - /// <summary> - /// Logique d'interaction pour MainWindow.xaml - /// </summary> - public partial class MainWindow : Window - { - public MainWindow() - { - InitializeComponent(); - } - } -} +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace Client +{ + /// <summary> + /// Logique d'interaction pour MainWindow.xaml + /// </summary> + public partial class MainWindow : Window + { + public MainWindow() + { + InitializeComponent(); + } + } +} diff --git a/vs/LO23/Client/data/Comm_calls_Data_Client_Impl.cs b/vs/LO23/Client/data/Comm_calls_Data_Client_Impl.cs index 153f00695a4b82a54b88e8b37cd55e7477c3290a..f67b7a16516c9a894554b43a2dc3c1883ce9903a 100644 --- a/vs/LO23/Client/data/Comm_calls_Data_Client_Impl.cs +++ b/vs/LO23/Client/data/Comm_calls_Data_Client_Impl.cs @@ -20,4 +20,3 @@ namespace Client.Data } } -