diff --git a/ENI2/DetailRootControl.xaml.cs b/ENI2/DetailRootControl.xaml.cs index 039cd0d5..93c28cde 100644 --- a/ENI2/DetailRootControl.xaml.cs +++ b/ENI2/DetailRootControl.xaml.cs @@ -506,7 +506,7 @@ namespace ENI2 this.DetailControl_RequestReload(this.Core.Id.Value); - System.Action SetTabAction = (int x) => + System.Action SetTabAction = x => { // this hopefully happens *after* the view was completely reloaded if (this.detailView.Children[0] is DetailBaseControl currentNewControl) @@ -590,7 +590,7 @@ namespace ENI2 this.DetailControl_RequestReload(this.Core.Id.Value); - System.Action SetTabAction = (int x) => + Action SetTabAction = x => { // this hopefully happens *after* the view was completely reloaded if (this.detailView.Children[0] is DetailBaseControl currentNewControl) diff --git a/ENI2/DetailViewControls/PortNotificationDetailControl.xaml b/ENI2/DetailViewControls/PortNotificationDetailControl.xaml index bae2fbf6..da7a1c00 100644 --- a/ENI2/DetailViewControls/PortNotificationDetailControl.xaml +++ b/ENI2/DetailViewControls/PortNotificationDetailControl.xaml @@ -36,10 +36,12 @@ - + +