-![Getting Started](Images/app_datenbank.png)
\ No newline at end of file
+![Getting Started](Images/app_datenbank.png)
+
+
#Randnotizen
+
+Runde Fenster Kanten
+
+Menü Button Hover -> Rahmen und Schriftgröße ändert sich (Style erstelen)
+
+Online Status -> Ping zur webseite -> Unterscheidung Server down oder eigenes Internet down
+
+Copy Right als Laufschrift
+
+Doppelklick auf Item in Datenbank -> öffnet neues Fenster mit der Antwort
+
diff --git a/Test_App/Views/Database.xaml.cs b/Test_App/Views/Database.xaml.cs
index 6cdacad..d4916f2 100644
--- a/Test_App/Views/Database.xaml.cs
+++ b/Test_App/Views/Database.xaml.cs
@@ -40,7 +40,8 @@ namespace Test_App.Views
}
catch (System.Net.WebException e)
{
- throw e;
+ MainWindow.status.Fill = Brushes.Red;
+ MessageBox.Show("Server nicht erreichbar");
}
diff --git a/Test_App/Views/Info.xaml b/Test_App/Views/Info.xaml
index c900a1d..380f5ed 100644
--- a/Test_App/Views/Info.xaml
+++ b/Test_App/Views/Info.xaml
@@ -10,7 +10,7 @@
Name="MyWipedText"
Margin="20"
Width="480" Height="100" FontSize="48" FontWeight="Bold" Foreground="Maroon">
- This is wiped text
+ Ist in Arbeit