diff --git a/WpfApp1/CreerCompte.xaml b/WpfApp1/CreerCompte.xaml new file mode 100644 index 0000000..ed32945 --- /dev/null +++ b/WpfApp1/CreerCompte.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/WpfApp1/CreerCompte.xaml.cs b/WpfApp1/CreerCompte.xaml.cs new file mode 100644 index 0000000..cb9f101 --- /dev/null +++ b/WpfApp1/CreerCompte.xaml.cs @@ -0,0 +1,27 @@ +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.Shapes; + +namespace WpfApp1 +{ + /// + /// Logique d'interaction pour CreerCompte.xaml + /// + public partial class CreerCompte : Window + { + public CreerCompte() + { + InitializeComponent(); + } + } +} diff --git a/WpfApp1/Images/CR.png b/WpfApp1/Images/CR.png new file mode 100644 index 0000000..e912f16 Binary files /dev/null and b/WpfApp1/Images/CR.png differ diff --git a/WpfApp1/Images/DD.png b/WpfApp1/Images/DD.png new file mode 100644 index 0000000..ad1a3a3 Binary files /dev/null and b/WpfApp1/Images/DD.png differ diff --git a/WpfApp1/Images/Donnees insuffisantes.png b/WpfApp1/Images/Donnees insuffisantes.png deleted file mode 100644 index 3a161d3..0000000 Binary files a/WpfApp1/Images/Donnees insuffisantes.png and /dev/null differ diff --git a/WpfApp1/Images/EN.png b/WpfApp1/Images/EN.png new file mode 100644 index 0000000..6b7d694 Binary files /dev/null and b/WpfApp1/Images/EN.png differ diff --git a/WpfApp1/Images/EW.png b/WpfApp1/Images/EW.png new file mode 100644 index 0000000..69c29e0 Binary files /dev/null and b/WpfApp1/Images/EW.png differ diff --git a/WpfApp1/Images/EX.png b/WpfApp1/Images/EX.png new file mode 100644 index 0000000..2020c30 Binary files /dev/null and b/WpfApp1/Images/EX.png differ diff --git a/WpfApp1/Images/En-danger.png b/WpfApp1/Images/En-danger.png deleted file mode 100644 index 0d89dae..0000000 Binary files a/WpfApp1/Images/En-danger.png and /dev/null differ diff --git a/WpfApp1/Images/LC.png b/WpfApp1/Images/LC.png new file mode 100644 index 0000000..0cc33b4 Binary files /dev/null and b/WpfApp1/Images/LC.png differ diff --git a/WpfApp1/Images/NE.png b/WpfApp1/Images/NE.png new file mode 100644 index 0000000..dfd94f4 Binary files /dev/null and b/WpfApp1/Images/NE.png differ diff --git a/WpfApp1/Images/NT.png b/WpfApp1/Images/NT.png new file mode 100644 index 0000000..28c0c86 Binary files /dev/null and b/WpfApp1/Images/NT.png differ diff --git a/WpfApp1/Images/Thumbs.db b/WpfApp1/Images/Thumbs.db index 6645ff8..dfba3bf 100644 Binary files a/WpfApp1/Images/Thumbs.db and b/WpfApp1/Images/Thumbs.db differ diff --git a/WpfApp1/Images/VU.png b/WpfApp1/Images/VU.png new file mode 100644 index 0000000..3193c9c Binary files /dev/null and b/WpfApp1/Images/VU.png differ diff --git a/WpfApp1/MainWindow.xaml.cs b/WpfApp1/MainWindow.xaml.cs index 7d6bda9..8d02747 100644 --- a/WpfApp1/MainWindow.xaml.cs +++ b/WpfApp1/MainWindow.xaml.cs @@ -1,4 +1,5 @@ -using System; +using Modèle; +using System; using System.Collections.Generic; using System.Linq; using System.Text; @@ -26,6 +27,8 @@ namespace WpfApp1 } + Requin requin { get; set; } + private void ComboBox_SelectionChanged(object sender, SelectionChangedEventArgs e) { if (Tous.IsSelected) @@ -35,7 +38,7 @@ namespace WpfApp1 public void ContentControlSwapDes() { - contentControl.Content = new userControlDescription(); + contentControl.Content = new userControlDescription(requin); } @@ -46,9 +49,9 @@ namespace WpfApp1 } - public void ContentControlSwapEdit() + public void ContentControlSwapEdit(Requin requin) { - contentControl.Content = new UserControlEdit(); + contentControl.Content = new UserControlEdit(requin); } private void TextBox_IsKeyboardFocusedChanged(object sender, DependencyPropertyChangedEventArgs e) diff --git a/WpfApp1/SeConnecter.xaml b/WpfApp1/SeConnecter.xaml new file mode 100644 index 0000000..20b6cff --- /dev/null +++ b/WpfApp1/SeConnecter.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/WpfApp1/SeConnecter.xaml.cs b/WpfApp1/SeConnecter.xaml.cs new file mode 100644 index 0000000..2c387bf --- /dev/null +++ b/WpfApp1/SeConnecter.xaml.cs @@ -0,0 +1,27 @@ +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.Shapes; + +namespace WpfApp1 +{ + /// + /// Logique d'interaction pour SeConnecter.xaml + /// + public partial class SeConnecter : Window + { + public SeConnecter() + { + InitializeComponent(); + } + } +} diff --git a/WpfApp1/UserControlEdit.xaml b/WpfApp1/UserControlEdit.xaml index b747896..54389a0 100644 --- a/WpfApp1/UserControlEdit.xaml +++ b/WpfApp1/UserControlEdit.xaml @@ -9,7 +9,7 @@ - + @@ -25,10 +25,11 @@ - - - - + + + + + @@ -84,7 +85,7 @@ -