From 8d42b64777df36ceca9c39953129164e11fce83f Mon Sep 17 00:00:00 2001 From: Space Time Date: Sun, 2 Mar 2025 12:20:50 +0800 Subject: [PATCH] =?UTF-8?q?1.1.4=20->=200.0.1=20=E7=AC=AC10=E6=AC=A1?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Wins/AboutWin.axaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Wins/AboutWin.axaml.cs b/Wins/AboutWin.axaml.cs index 2d30d9e..051ee20 100644 --- a/Wins/AboutWin.axaml.cs +++ b/Wins/AboutWin.axaml.cs @@ -49,7 +49,7 @@ public partial class AboutWin : Window }); } - private async Task AboutButton_ClickAsync(object sender, RoutedEventArgs e) + private async void AboutButton_Click(object sender, RoutedEventArgs e) { Button senderButton = (Button)sender;