[gui:] added csv-export placeholder button

This commit is contained in:
2026-03-18 14:37:23 +01:00
parent 410055c9f2
commit 44654dd784
2 changed files with 21 additions and 7 deletions

View File

@@ -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
}
}