Brilliant plugin but it looks like it is not compatible with latest Simhub versions any longer. When I press "Edit Connection" button nothing happens. I Simhub's logs I find this error message:
[2023-09-18 10:17:19,945] ERROR - Unhandled dispatcher errorSystem.MissingMethodException: Method not found: 'Void SimHub.Plugins.UI.SHDialogContentBase.ShowDialog(System.Windows.DependencyObject, System.Action)'.
at Easy_Script.UI.View.ListEditor.BtnEdit_Click(Object sender, RoutedEventArgs e)
at System.Windows.RoutedEventHandlerInfo.InvokeHandler(Object target, RoutedEventArgs routedEventArgs)
at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
at System.Windows.UIElement.RaiseEvent(RoutedEventArgs e)
at System.Windows.Controls.Primitives.ButtonBase.OnClick()
at System.Windows.Controls.Button.OnClick()
at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
...