From a6627d1b976f674f5718608d644b82210351806c Mon Sep 17 00:00:00 2001 From: Lyndon Jetten Date: Thu, 6 Aug 2020 16:05:23 +0200 Subject: [PATCH] Warnung bei 500er Fehlern anstatt von zig einzelnen Fehlermeldungen --- ChatController/ChatController.csproj | 1 + ChatController/ChatMainControl.xaml | 39 +++--- ChatController/ChatMainControl.xaml.cs | 120 ++++++++++++------ ChatController/HauptKlassen/Chat.cs | 54 ++++++-- ChatController/LoginControl.xaml.cs | 7 + .../Ressourcen/warning-exclamation-mark.png | Bin 0 -> 677 bytes 6 files changed, 146 insertions(+), 75 deletions(-) create mode 100644 ChatController/Ressourcen/warning-exclamation-mark.png diff --git a/ChatController/ChatController.csproj b/ChatController/ChatController.csproj index 29222fe..89e43ea 100644 --- a/ChatController/ChatController.csproj +++ b/ChatController/ChatController.csproj @@ -149,6 +149,7 @@ + diff --git a/ChatController/ChatMainControl.xaml b/ChatController/ChatMainControl.xaml index e36002d..a85ed94 100644 --- a/ChatController/ChatMainControl.xaml +++ b/ChatController/ChatMainControl.xaml @@ -66,6 +66,7 @@ +