Einige updates darunter fixes und Link und Kopieren funktion

This commit is contained in:
Waldi
2017-09-20 11:46:00 +02:00
parent 50a005d728
commit 8b908d3698
9 changed files with 194 additions and 62 deletions

View File

@@ -6,7 +6,7 @@
xmlns:local="clr-namespace:ownChat"
xmlns:cc="clr-namespace:ChatController;assembly=ChatController"
mc:Ignorable="d" WindowStartupLocation="CenterScreen"
Title="ownChat Desktop" Height="700" Width="900" x:Name="MainView">
Title="ownChat Desktop" Height="700" Width="900" x:Name="MainView" Closed="MainWindow_OnClosed">
<Grid>
<cc:ChatMainControl x:Name="ChatMainControl" OnEmojii="ChatMainControl_OnOnEmojii" ></cc:ChatMainControl>
</Grid>