diff --git a/MainWindow.axaml b/MainWindow.axaml index aa388ce..8cc7a51 100644 --- a/MainWindow.axaml +++ b/MainWindow.axaml @@ -211,13 +211,22 @@ - + + + + diff --git a/MainWindow.axaml.cs b/MainWindow.axaml.cs index 6fc835d..b651c05 100644 --- a/MainWindow.axaml.cs +++ b/MainWindow.axaml.cs @@ -423,4 +423,9 @@ public partial class MainWindow : Window Settings.Instance.NumCoursesPerSemester = Convert.ToInt32(NudSportMaxPerSemester.Value); } catch {} } + + private void BtnExportCourseCSV_OnClick(object? sender, RoutedEventArgs e) + { + // export as csv here + } } \ No newline at end of file