diff --git a/WpfApp1/AddAShark.xaml b/WpfApp1/AddAShark.xaml
index 1e7a803..4e5b814 100644
--- a/WpfApp1/AddAShark.xaml
+++ b/WpfApp1/AddAShark.xaml
@@ -26,12 +26,32 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/WpfApp1/AddAShark.xaml.cs b/WpfApp1/AddAShark.xaml.cs
index 0f2f3bf..e82c46f 100644
--- a/WpfApp1/AddAShark.xaml.cs
+++ b/WpfApp1/AddAShark.xaml.cs
@@ -23,5 +23,10 @@ namespace WpfApp1
{
InitializeComponent();
}
+
+ private void CheckBox_Checked(object sender, RoutedEventArgs e)
+ {
+
+ }
}
}
diff --git a/WpfApp1/MainWindow.xaml b/WpfApp1/MainWindow.xaml
index e0a0a72..1f73679 100644
--- a/WpfApp1/MainWindow.xaml
+++ b/WpfApp1/MainWindow.xaml
@@ -34,7 +34,9 @@
-
+
+
+
diff --git a/WpfApp1/UserControlBoite.xaml b/WpfApp1/UserControlBoite.xaml
index debf689..8f2e146 100644
--- a/WpfApp1/UserControlBoite.xaml
+++ b/WpfApp1/UserControlBoite.xaml
@@ -12,7 +12,8 @@
-
+
diff --git a/WpfApp1/UserControlBoite.xaml.cs b/WpfApp1/UserControlBoite.xaml.cs
index a99ccc9..2fa01b3 100644
--- a/WpfApp1/UserControlBoite.xaml.cs
+++ b/WpfApp1/UserControlBoite.xaml.cs
@@ -24,5 +24,14 @@ namespace WpfApp1
{
InitializeComponent();
}
+
+ public string Message
+ {
+ set
+ {
+ leTextBlock.Text = value;
+ }
+ }
+
}
}