namespace UI_SequentMicrosystems.Models { public class PointsModel { /// /// RTD8TM data holder /// public SortedList>> RTD8TM = new(); } }