From d1a79636701b38ab076bf1ea57a2deab704430f4 Mon Sep 17 00:00:00 2001 From: Patrick Hellebrand Date: Tue, 21 Sep 2021 11:01:06 +0200 Subject: [PATCH] Edit Username, New Chat Dialog --- PolyChat/MainPage.xaml | 18 +++++--- PolyChat/MainPage.xaml.cs | 33 +++++++++++---- PolyChat/PolyChat.csproj | 8 ++++ PolyChat/Util/IP.cs | 31 ++++++++++++++ PolyChat/Views/EditUsernameDialog.xaml | 21 ++++++++++ PolyChat/Views/EditUsernameDialog.xaml.cs | 51 +++++++++++++++++++++++ PolyChat/Views/NewChatDialog.xaml | 10 +++-- PolyChat/Views/NewChatDialog.xaml.cs | 24 +++++++---- 8 files changed, 173 insertions(+), 23 deletions(-) create mode 100644 PolyChat/Util/IP.cs create mode 100644 PolyChat/Views/EditUsernameDialog.xaml create mode 100644 PolyChat/Views/EditUsernameDialog.xaml.cs diff --git a/PolyChat/MainPage.xaml b/PolyChat/MainPage.xaml index 8439a3e..c650b15 100644 --- a/PolyChat/MainPage.xaml +++ b/PolyChat/MainPage.xaml @@ -20,22 +20,30 @@ - + + + + + + +