更改命名

This commit is contained in:
2021-10-19 23:17:30 +02:00
parent 6f5c21aa8f
commit 23207b9085
7 changed files with 21 additions and 21 deletions

View File

@@ -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());
}