mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-03-19 16:06:35 +08:00
do redo
This commit is contained in:
@@ -124,12 +124,12 @@ namespace AIStudio.Wpf.Mind.Models
|
||||
|
||||
public LinkInfoItem(LinkInfo linkinfo)
|
||||
{
|
||||
Link = linkinfo.Link;
|
||||
Url = linkinfo.Url;
|
||||
Text = linkinfo.Text;
|
||||
}
|
||||
|
||||
[XmlAttribute]
|
||||
public string Link
|
||||
public string Url
|
||||
{
|
||||
get;set;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user