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 @@ -