From 78b6a5d2a03eb12797415e919e898052624f7de2 Mon Sep 17 00:00:00 2001 From: Waldi Date: Wed, 30 Nov 2016 11:48:16 +0100 Subject: [PATCH] Cole neue Features --- BeWo/View/ChatView.xaml | 14 +-- BeWo/View/ChatView.xaml.cs | 233 +++++++++++++++++++++++++++++++++++-- BeWoChatServer/Server.cs | 27 ++++- 3 files changed, 255 insertions(+), 19 deletions(-) diff --git a/BeWo/View/ChatView.xaml b/BeWo/View/ChatView.xaml index f3dbfb17d..75bb31570 100644 --- a/BeWo/View/ChatView.xaml +++ b/BeWo/View/ChatView.xaml @@ -7,7 +7,8 @@ Background="Transparent" ResizeMode="CanResizeWithGrip" x:Name="ChatViewName" - StateChanged="ChatView_OnStateChanged"> + StateChanged="ChatView_OnStateChanged" + > @@ -212,7 +213,7 @@ - + @@ -226,18 +227,17 @@