diff --git a/Test_App/App.config b/Test_App/App.config
index 56efbc7..4e78c61 100644
--- a/Test_App/App.config
+++ b/Test_App/App.config
@@ -3,4 +3,7 @@
+
+
+
\ No newline at end of file
diff --git a/Test_App/Images/code.ico b/Test_App/Images/code.ico
new file mode 100644
index 0000000..0460b1e
Binary files /dev/null and b/Test_App/Images/code.ico differ
diff --git a/Test_App/MainWindow.xaml b/Test_App/MainWindow.xaml
index 3309ea4..d020c4b 100644
--- a/Test_App/MainWindow.xaml
+++ b/Test_App/MainWindow.xaml
@@ -10,7 +10,8 @@
WindowStyle="None"
ResizeMode="NoResize"
AllowsTransparency="True"
- MouseDown="Drag_Window">
+ MouseDown="Drag_Window"
+ Icon="Images/code.ico">
@@ -24,9 +25,9 @@
-
-
-
+
+
+
diff --git a/Test_App/MainWindow.xaml.cs b/Test_App/MainWindow.xaml.cs
index 303acc0..9510cf9 100644
--- a/Test_App/MainWindow.xaml.cs
+++ b/Test_App/MainWindow.xaml.cs
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
+using System.Configuration;
using System.Linq;
using System.Net;
using System.Net.Http;
@@ -72,7 +73,7 @@ namespace Test_App
}
private void Ping_Url()
{
- var hostUrl = "git.weifer.org";
+ var hostUrl = "www.google.de";
Ping ping = new Ping();
try
diff --git a/Test_App/Readme.md b/Test_App/Readme.md
index c324043..9092645 100644
--- a/Test_App/Readme.md
+++ b/Test_App/Readme.md
@@ -27,3 +27,10 @@ Copy Right als Laufschrift
Doppelklick auf Item in Datenbank -> öffnet neues Fenster mit der Antwort
+Tooltips zu den Menü Buttons
+
+Bei Verbindungsproblemen Client oder Serverseitig wird nun darauf hingewiesen
+
+Json Url nun in die App Config Implementiert
+
+Info Frame erstellt
\ No newline at end of file
diff --git a/Test_App/Style/Custom_window.xaml b/Test_App/Style/Custom_window.xaml
index a837212..974b51c 100644
--- a/Test_App/Style/Custom_window.xaml
+++ b/Test_App/Style/Custom_window.xaml
@@ -1,13 +1,12 @@
-