mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-03 00:00:57 +08:00
block
This commit is contained in:
@@ -413,6 +413,23 @@ namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public virtual object GetResult()
|
||||
{
|
||||
if (FirstContainer != null)
|
||||
{
|
||||
return FirstContainer.GetResult();
|
||||
}
|
||||
else if (SecondContainer != null)
|
||||
{
|
||||
return SecondContainer.GetResult();
|
||||
}
|
||||
else if (ThirdContainer != null)
|
||||
{
|
||||
return ThirdContainer.GetResult();
|
||||
}
|
||||
return null;
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user