mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
block
This commit is contained in:
@@ -317,5 +317,17 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
|
||||
return containBound;
|
||||
}
|
||||
|
||||
public object GetResult()
|
||||
{
|
||||
if (OnlyOneChild)
|
||||
{
|
||||
return Children.FirstOrDefault()?.GetResult();
|
||||
}
|
||||
else
|
||||
{
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user