Files

8 lines
102 B
C#
Raw Permalink Normal View History

namespace MtApi
{
public enum EnumChartPropertyString
{
CHART_COMMENT = 20
}
}