[fix:] changed Shwo to Show 👍
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user