Выделение отдельных сервисов
This commit is contained in:
@@ -125,10 +125,10 @@ public class DockTabHandler
|
||||
/// </summary>
|
||||
private void CompleteDocking()
|
||||
{
|
||||
if (_sourceNode != null && _targetNode != null && _host.Manager != null)
|
||||
if (_sourceNode != null && _targetNode != null && _host.Service != null)
|
||||
{
|
||||
// Вызываем логику перестроения дерева в Lattice.Core
|
||||
_host.Manager.Dock(_sourceNode, _targetNode, _currentSide);
|
||||
_host.Service.Dock(_sourceNode, _targetNode, _currentSide);
|
||||
}
|
||||
|
||||
// Очистка UI
|
||||
|
||||
Reference in New Issue
Block a user