14 lines
246 B
C#
14 lines
246 B
C#
|
namespace UI_SequentMicrosystems.Models
|
|||
|
{
|
|||
|
public class PointsModel
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// RTD8TM data holder
|
|||
|
/// </summary>
|
|||
|
public SortedList<long, SortedList<byte, List<float>>> RTD8TM = new();
|
|||
|
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
}
|