From c86a12564b64a1dec6c12ef4b3ca953c60f2cef4 Mon Sep 17 00:00:00 2001 From: Sylvain Du <sylvain.du@etu.utc.fr> Date: Tue, 8 Nov 2022 16:40:01 +0000 Subject: [PATCH] Sylvain --- vs/LO23/Client/App.xaml | 18 +++--- vs/LO23/Client/App.xaml.cs | 34 +++++------ vs/LO23/Client/Client.csproj | 4 +- vs/LO23/Client/MainWindow.xaml.cs | 56 +++++++++---------- .../data/Comm_calls_Data_Client_Impl.cs | 1 - 5 files changed, 55 insertions(+), 58 deletions(-) diff --git a/vs/LO23/Client/App.xaml b/vs/LO23/Client/App.xaml index ab673d9..4d35622 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 6364c97..50d72be 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 3d60566..42b43f6 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 dedc939..04876d8 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 153f006..f67b7a1 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 } } - -- GitLab