[fix:] changed Shwo to Show 👍

This commit is contained in:
Elias Fierke
2025-10-09 10:19:27 +02:00
parent f3ec633c53
commit c4663e489e
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ public partial class ResultWindow : Window
DgResult.ItemsSource = errors;
}
private void BtnShwoSelected_OnClick(object? sender, RoutedEventArgs e)
private void BtnShowSelected_OnClick(object? sender, RoutedEventArgs e)
{
foreach (var selected in DgResult.SelectedItems)
try