From fae7ce37e587fe652f93efa224bc2cd6995e4b2e Mon Sep 17 00:00:00 2001 From: KaniuTayou <1056879522@qq.com> Date: Mon, 24 Dec 2018 17:53:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=AA=E5=AE=8C=E6=88=90=EF=BC=8C=E4=BF=9D?= =?UTF-8?q?=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../StormChatWPF/LogWindow.xaml.cs | 2 +- .../StormChatWPF/MainWindow.xaml | 3 +- .../StormChatWPF/MainWindow.xaml.cs | 28 +- .../StormChatWPF/StormChatWPF.csproj | 255 +++++++++--------- .../StormChatWPF/UI/HeadPicture.cs | 32 +++ .../StormChatWPF/UI/UserInfo.cs | 30 +++ .../StormChatWPF/Window1.xaml | 19 ++ .../StormChatWPF/Window1.xaml.cs | 26 ++ 8 files changed, 256 insertions(+), 139 deletions(-) create mode 100644 stormchat-client-csharp/StormChatWPF/UI/HeadPicture.cs create mode 100644 stormchat-client-csharp/StormChatWPF/UI/UserInfo.cs create mode 100644 stormchat-client-csharp/StormChatWPF/Window1.xaml create mode 100644 stormchat-client-csharp/StormChatWPF/Window1.xaml.cs diff --git a/stormchat-client-csharp/StormChatWPF/LogWindow.xaml.cs b/stormchat-client-csharp/StormChatWPF/LogWindow.xaml.cs index 5b4b9d6..63c1f06 100644 --- a/stormchat-client-csharp/StormChatWPF/LogWindow.xaml.cs +++ b/stormchat-client-csharp/StormChatWPF/LogWindow.xaml.cs @@ -25,7 +25,7 @@ namespace StormChatWPF public LogWindow() { InitializeComponent(); - Instence = this; + Instence = this; } private void Login_button_Click(object sender, RoutedEventArgs e) { diff --git a/stormchat-client-csharp/StormChatWPF/MainWindow.xaml b/stormchat-client-csharp/StormChatWPF/MainWindow.xaml index b0f60d8..dffa90a 100644 --- a/stormchat-client-csharp/StormChatWPF/MainWindow.xaml +++ b/stormchat-client-csharp/StormChatWPF/MainWindow.xaml @@ -26,6 +26,7 @@ - + +