序列化调整中

This commit is contained in:
艾竹
2023-01-24 23:10:57 +08:00
parent 66d3a6685b
commit a5005ac083
47 changed files with 387 additions and 333 deletions

View File

@@ -1,6 +1,8 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Xml;
using System.Xml.Serialization;
namespace AIStudio.Wpf.DiagramDesigner
@@ -50,5 +52,7 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get; set;
}
}
}

View File

@@ -1,9 +1,11 @@
using AIStudio.Wpf.DiagramDesigner;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml;
using System.Xml.Serialization;
namespace AIStudio.Wpf.DiagramDesigner
@@ -41,5 +43,7 @@ namespace AIStudio.Wpf.DiagramDesigner
[XmlAttribute]
public ValueTypePoint ValueTypePoint { get; set; }
}
}