feat: Importkonflikte gesammelt übernehmen

This commit is contained in:
2026-08-18 00:52:05 +02:00
parent 99efa3a0fe
commit 65c2211dab
4 changed files with 69 additions and 2 deletions
@@ -14,5 +14,11 @@ public partial class StudentImportDialog : Window
Close(true);
}
private void OnUseExistingForAll(object? sender, RoutedEventArgs e)
{
if (DataContext is StudentImportDialogViewModel vm)
vm.UseExistingForAll();
}
private void OnCancel(object? sender, RoutedEventArgs e) => Close(false);
}