更改命名

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

@@ -133,7 +133,7 @@ namespace AnotherReplayReader
await Display(ipText, idText);
}
private void DataGrid_MouseDoubleClick(object sender, System.Windows.Input.MouseButtonEventArgs e)
private void OnDataGridMouseDoubleClick(object sender, System.Windows.Input.MouseButtonEventArgs e)
{
}