mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-20 16:36:36 +08:00
动画demo完成
This commit is contained in:
@@ -8,7 +8,12 @@ namespace AIStudio.Wpf.SFC.ViewModels
|
||||
{
|
||||
public class SFCStartNode : SFCNode
|
||||
{
|
||||
public SFCStartNode() : base(SFCNodeKinds.Start)
|
||||
public SFCStartNode() : this(null)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public SFCStartNode(IDiagramViewModel root) : base(root, SFCNodeKinds.Start)
|
||||
{
|
||||
ExecuteAddTopInput(null);
|
||||
ExecuteAddBottomOutput(null);
|
||||
|
||||
Reference in New Issue
Block a user