Files
mtapi/MtApi/EnumChartPropertyString.cs

8 lines
102 B
C#

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