[gui:] added pdf export button (unfunctional)

This commit is contained in:
2026-03-06 07:58:21 +01:00
parent 24416dc345
commit 30c8b2ef92
2 changed files with 17 additions and 3 deletions

View File

@@ -377,4 +377,9 @@ public partial class MainWindow : Window
RefreshCoursesList();
} catch (Exception ex){}
}
private void BtnExportCoursePDF_OnClick(object? sender, RoutedEventArgs e)
{
// Export as PDF
}
}