PDF-Export für Flugbuchungen hinzugefügt

This commit is contained in:
2026-03-06 10:01:43 +01:00
parent 7603469aae
commit 03c91f7dc9
10 changed files with 107 additions and 2 deletions

View File

@@ -89,6 +89,7 @@
</DataGrid>
<Button x:Name="CancelBtn" Visibility="Collapsed" Content="{x:Static properties:Resources.CancelFlightButton}" Background="#D32F2F" Foreground="White" FontWeight="Bold" Width="150" Height="40" HorizontalAlignment="Right" Margin="0,15,0,0" Click="CancelBooking_Click"/>
<Button x:Name="CreatePdfBtn" Visibility="Collapsed" Content="{x:Static properties:Resources.CreatePdfButton}" Background="#FF1E88E5" Foreground="White" FontWeight="Bold" Width="150" Height="40" HorizontalAlignment="Right" Margin="0,15,0,0" Click="CreatePdf_Click"/>
</StackPanel>
</Grid>
</Grid>