From 5f042446b456be7976d93098462102b608cbd46f Mon Sep 17 00:00:00 2001 From: XuShanQiXun <3401460572@qq.com> Date: Sun, 22 Jun 2025 00:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=A5=E5=BF=97=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=99=A8=E5=92=8C=E7=9B=AE=E6=A0=87=E6=A1=86=E6=9E=B6?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chatclient/MainWindow.xaml.cs | 2 +- chatclient/chatclient.csproj | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chatclient/MainWindow.xaml.cs b/chatclient/MainWindow.xaml.cs index 792ffea..63ca0b5 100644 --- a/chatclient/MainWindow.xaml.cs +++ b/chatclient/MainWindow.xaml.cs @@ -42,7 +42,7 @@ namespace chatclient public static Socket? Client; public static readonly HttpClient HttpClient = new HttpClient(); public event PropertyChangedEventHandler? PropertyChanged; - private string? _Username; + private string? _Username; public string? Username { get { return _Username; } diff --git a/chatclient/chatclient.csproj b/chatclient/chatclient.csproj index 56cc279..ae8006b 100644 --- a/chatclient/chatclient.csproj +++ b/chatclient/chatclient.csproj @@ -2,12 +2,11 @@ WinExe - net8.0-windows7.0 + net8.0-windows enable enable true resource\chat.ico - 7.0