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

@@ -1,8 +1,10 @@
using BCrypt.Net;
using MySql.Data.MySqlClient;
using PdfSharp.Fonts;
using System.Globalization;
using System.Reflection;
using System.Windows;
using static SkyTeam.BuchungenPage;
namespace SkyTeam
{
@@ -13,6 +15,7 @@ namespace SkyTeam
{
Thread.CurrentThread.CurrentUICulture = new CultureInfo("de");
Thread.CurrentThread.CurrentUICulture = new CultureInfo("de");
GlobalFontSettings.FontResolver = new CustomFontResolver();
}
private void CreateDefaultAdmin()