This commit is contained in:
2021-10-14 14:22:06 +02:00
parent c3a41c0d4e
commit 5b907309e0
2 changed files with 40 additions and 27 deletions

View File

@@ -492,11 +492,7 @@ namespace AnotherReplayReader
detailsWindow.ShowDialog();
}
private void OnDebugButton_Click(object sender, RoutedEventArgs e)
{
var debug = new Debug();
debug.ShowDialog();
}
private void OnDebugButton_Click(object sender, RoutedEventArgs e) => Debug.ShowDialog();
private void OnPlayReplayButton_Click(object sender, RoutedEventArgs e)
{