CPF/CPF.ReoGrid/XML/RGXmlScript.cs
2024-06-24 10:15:59 +08:00

12 lines
149 B
C#

using System;
using System.Xml.Serialization;
namespace CPF.ReoGrid.XML
{
public class RGXmlScript
{
[XmlText]
public string content;
}
}