diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs index efe4d9e..4d5c5fd 100644 --- a/MainWindow.axaml.cs +++ b/MainWindow.axaml.cs @@ -119,6 +119,14 @@ public partial class MainWindow : Window private void BtnCraftCourses_OnClick(object? sender, RoutedEventArgs e) { // Craft courses here / call course-crafter + CourseCrafter.Craft(); + RefreshResultView(); + TbiResults.Focus(); + } + + private void RefreshResultView() + { + return; } private void LbStudentsImported_OnSelectionChanged(object? sender, SelectionChangedEventArgs e)