feat: Importkonflikte gesammelt übernehmen
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user