Files
mtapi/MtApi/EnumChartPropertyString.cs
T

8 lines
102 B
C#

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