CPF/CPF.ReoGrid/XML/RGXmlCellFormual.cs

12 lines
150 B
C#
Raw Normal View History

2024-06-24 10:15:59 +08:00
using System;
using System.Xml.Serialization;
namespace CPF.ReoGrid.XML
{
public class RGXmlCellFormual
{
[XmlText]
public string val;
}
}