diff --git a/vs/LO23/Client/App.xaml b/vs/LO23/Client/App.xaml index 4d35622b333bf1654819984316e93e9a0d9cdae4..ab673d95b790c3045965f5a80d122305ba80aed9 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 50d72be9dbf559a6b9834299fa4d443a287177c1..6364c97e203102a3eefda88f1ba50b9887956897 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 04876d8fdab7286ac0c20049d1cfcaefeff24152..dedc939545daf9015915ae16e20cff2e7ea10930 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(); + } + } +}