Выделение отдельных сервисов

This commit is contained in:
2026-01-08 00:00:50 +03:00
parent c3770c789b
commit 9ea82af329
8 changed files with 35 additions and 33 deletions

View File

@@ -113,7 +113,7 @@ public class LayoutPanel : Grid
pane.CloseClick += (s, e) =>
{
_host.Manager?.Remove(node);
_host.Service?.Remove(node);
};
this.Children.Add(pane);