From bf38b85388799d00d9e9cb8e5d909538c6d35847 Mon Sep 17 00:00:00 2001 From: ninafd <64200503+ninafd@users.noreply.github.com> Date: Tue, 8 Nov 2022 18:30:54 +0100 Subject: [PATCH] fix user et ligth user --- vs/LO23/Client/App.xaml | 18 +++++----- vs/LO23/Client/App.xaml.cs | 34 +++++++++---------- vs/LO23/Client/MainWindow.xaml.cs | 56 +++++++++++++++---------------- 3 files changed, 54 insertions(+), 54 deletions(-) diff --git a/vs/LO23/Client/App.xaml b/vs/LO23/Client/App.xaml index 4d35622..ab673d9 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 50d72be..6364c97 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/MainWindow.xaml.cs b/vs/LO23/Client/MainWindow.xaml.cs index 04876d8..dedc939 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(); + } + } +} -- GitLab