This commit is contained in:
艾竹
2023-06-18 18:43:48 +08:00
parent af1cacc846
commit b946c2df93
4 changed files with 31 additions and 11 deletions

View File

@@ -19,9 +19,5 @@ namespace AIStudio.Wpf.DiagramDesigner
Connectors.Add(connector);
}
}
[XmlArray]
public List<FullyCreatedConnectorInfoItem> Connectors { get; set; }
}
}