UI_SequentMicrosystems-RPI/Models/RTD8TMPointModel.cs

9 lines
177 B
C#

namespace UI_SequentMicrosystems.Models
{
public class RTD8TMPointModel
{
public float Value { get; set; }
public DateTime Time { get; set; }
}
}