using System; namespace mseedChart.Core { public static class RegionNames { public const string ContentRegion = "ContentRegion"; } }