Weighing: Fix scale L320 for Baden

This commit is contained in:
2024-10-02 10:45:04 +02:00
parent 1d97f3c422
commit 8680e51052
4 changed files with 17 additions and 6 deletions

View File

@ -183,6 +183,9 @@ namespace Elwig {
}
private async void Application_Exit(object sender, ExitEventArgs evt) {
foreach (var s in EventScales) {
s.Dispose();
}
await Pdf.Cleanup();
}