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 @@