[gui:] added pdf export button (unfunctional)
This commit is contained in:
@@ -377,4 +377,9 @@ public partial class MainWindow : Window
|
||||
RefreshCoursesList();
|
||||
} catch (Exception ex){}
|
||||
}
|
||||
|
||||
private void BtnExportCoursePDF_OnClick(object? sender, RoutedEventArgs e)
|
||||
{
|
||||
// Export as PDF
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user