修复一个sfc的bug

This commit is contained in:
艾竹
2023-04-16 10:10:12 +08:00
parent f05654309b
commit 5dee3a9907
10 changed files with 110 additions and 75 deletions

View File

@@ -79,7 +79,6 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
{
var flowchartNode = new FlowchartNode();
flowchartNode.Name = Name;
flowchartNode.StatusColor = StatusColor;
flowchartNode.Kind = Kind;
if (this is MiddleFlowNode middleflowNode)
@@ -108,9 +107,6 @@ namespace AIStudio.Wpf.Flowchart.ViewModels
[Browsable(false)]
public string StateImage { get; set; }
[Browsable(true)]
public string Name{ get; set; }
#region 使,
private int _status;