From feac723b14bdfdd174a8551a9b964fcabd812e8c Mon Sep 17 00:00:00 2001 From: thchazot1 Date: Fri, 25 Mar 2022 15:32:30 +0100 Subject: [PATCH] =?UTF-8?q?Avanc=C3=A9e=20num=C3=A9ro=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WpfApp1/MainWindow.xaml | 25 ++++++++++++++++++++++--- WpfApp1/MainWindow.xaml.cs | 5 +++++ 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/WpfApp1/MainWindow.xaml b/WpfApp1/MainWindow.xaml index 352b21b..e2a2e80 100644 --- a/WpfApp1/MainWindow.xaml +++ b/WpfApp1/MainWindow.xaml @@ -7,8 +7,27 @@ mc:Ignorable="d" Title="MainWindow" Height="450" Width="800"> - - - + CShark + + + + + + + + + + + + + + + + + + + + + diff --git a/WpfApp1/MainWindow.xaml.cs b/WpfApp1/MainWindow.xaml.cs index 9d1615f..1a20919 100644 --- a/WpfApp1/MainWindow.xaml.cs +++ b/WpfApp1/MainWindow.xaml.cs @@ -29,5 +29,10 @@ namespace WpfApp1 { } + + private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e) + { + + } } }