From 23207b908530fc073d9b19bbc3b22cbbdf9b61ad Mon Sep 17 00:00:00 2001 From: lanyi Date: Tue, 19 Oct 2021 23:17:30 +0200 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- About.xaml.cs | 2 +- Debug.xaml | 4 ++-- Debug.xaml.cs | 4 ++-- MainWindow.xaml | 14 +++++++------- MainWindow.xaml.cs | 14 +++++++------- Window1.xaml | 2 +- Window1.xaml.cs | 2 +- 7 files changed, 21 insertions(+), 21 deletions(-) diff --git a/About.xaml.cs b/About.xaml.cs index 9701fb3..b28e71d 100644 --- a/About.xaml.cs +++ b/About.xaml.cs @@ -14,7 +14,7 @@ namespace AnotherReplayReader _idBox.Text = Auth.Id; } - private void Hyperlink_RequestNavigate(object sender, System.Windows.Navigation.RequestNavigateEventArgs e) + private void OnHyperlinkRequestNavigate(object sender, System.Windows.Navigation.RequestNavigateEventArgs e) { Process.Start(e.Uri.ToString()); } diff --git a/Debug.xaml b/Debug.xaml index c45e0ee..b26d5c2 100644 --- a/Debug.xaml +++ b/Debug.xaml @@ -13,10 +13,10 @@