From 96a311ba1863c23f2a61cd43b70bb628f351cdcd Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Tue, 3 Feb 2026 10:00:04 +0100 Subject: [PATCH] Updated packages, added new table WASExemption and a editor control for it. The editor has no functionality yet --- ENI2/App.config | 8 +- ENI2/Controls/WASExemptionsControl.xaml | 63 ++++++++++ ENI2/Controls/WASExemptionsControl.xaml.cs | 53 +++++++++ ENI2/ENI2.csproj | 108 +++++++++-------- ENI2/MainWindow.xaml | 13 ++- ENI2/MainWindow.xaml.cs | 37 +++--- ENI2/Properties/Resources.Designer.cs | 9 ++ ENI2/Properties/Resources.resx | 3 + ENI2/packages.config | 30 ++--- SQL/Update_To_7.2.15.sql | 17 +++ bsmd.database/WASExemption.cs | 130 +++++++++++++++++++++ bsmd.database/bsmd.database.csproj | 7 +- 12 files changed, 391 insertions(+), 87 deletions(-) create mode 100644 ENI2/Controls/WASExemptionsControl.xaml create mode 100644 ENI2/Controls/WASExemptionsControl.xaml.cs create mode 100644 SQL/Update_To_7.2.15.sql create mode 100644 bsmd.database/WASExemption.cs diff --git a/ENI2/App.config b/ENI2/App.config index 8d424cb1..94b79aa4 100644 --- a/ENI2/App.config +++ b/ENI2/App.config @@ -85,7 +85,7 @@ - + @@ -121,7 +121,7 @@ - + @@ -129,11 +129,11 @@ - + - + diff --git a/ENI2/Controls/WASExemptionsControl.xaml b/ENI2/Controls/WASExemptionsControl.xaml new file mode 100644 index 00000000..103ccb1b --- /dev/null +++ b/ENI2/Controls/WASExemptionsControl.xaml @@ -0,0 +1,63 @@ + + + + + + +