更改命名
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user