From d1e2e67d5f68d212070d8735d19379ecba89f6e9 Mon Sep 17 00:00:00 2001 From: Daniel Schick Date: Wed, 9 Jul 2025 08:19:12 +0200 Subject: [PATCH] added SERV templates to the sheet display --- .../PortNotificationDetailControl.xaml.cs | 6 +- ENI2/SheetDisplayControls/PortControl.xaml | 36 ++++- ENI2/SheetDisplayControls/PortControl.xaml.cs | 152 ++++++++++++++---- 3 files changed, 156 insertions(+), 38 deletions(-) diff --git a/ENI2/DetailViewControls/PortNotificationDetailControl.xaml.cs b/ENI2/DetailViewControls/PortNotificationDetailControl.xaml.cs index 28adf8ea..7f827aeb 100644 --- a/ENI2/DetailViewControls/PortNotificationDetailControl.xaml.cs +++ b/ENI2/DetailViewControls/PortNotificationDetailControl.xaml.cs @@ -381,7 +381,7 @@ namespace ENI2.DetailViewControls #endregion - #region Spezialbalkon für die Gruppenauswahl im Core (Maersk BHV / Seago usw.) + #region SERV template event handler private void comboBoxGroup_SelectionChanged(object sender, SelectionChangedEventArgs e) { @@ -472,6 +472,10 @@ namespace ENI2.DetailViewControls } } + #endregion + + #region other event handler + private void buttonSearchPortArea_Click(object sender, RoutedEventArgs e) { if (portAreas != null) diff --git a/ENI2/SheetDisplayControls/PortControl.xaml b/ENI2/SheetDisplayControls/PortControl.xaml index 387783a2..44a96aea 100644 --- a/ENI2/SheetDisplayControls/PortControl.xaml +++ b/ENI2/SheetDisplayControls/PortControl.xaml @@ -178,8 +178,40 @@ -