diff --git a/ENI2/Controls/ServerStatusControl.xaml.cs b/ENI2/Controls/ServerStatusControl.xaml.cs index 94a92bca..816dc43b 100644 --- a/ENI2/Controls/ServerStatusControl.xaml.cs +++ b/ENI2/Controls/ServerStatusControl.xaml.cs @@ -96,14 +96,14 @@ namespace ENI2.Controls tmpList.Sort(); - //System.Windows.Application.Current.Dispatcher.Invoke(delegate { + System.Windows.Application.Current.Dispatcher.Invoke(delegate { foreach (StatusEntry se in tmpList) entries.Add(se); - //}); + }); }; bgWorker.RunWorkerCompleted += (o, e) => - { + { // Enumeration parsen und text ausgeben ServiceControllerStatus excel = (ServiceControllerStatus)serverStatus.Excel; diff --git a/ENI2/DetailViewControls/PortNotificationDetailControl.xaml b/ENI2/DetailViewControls/PortNotificationDetailControl.xaml index f0fbd580..634feb3f 100644 --- a/ENI2/DetailViewControls/PortNotificationDetailControl.xaml +++ b/ENI2/DetailViewControls/PortNotificationDetailControl.xaml @@ -60,6 +60,7 @@