laatzen/Common/Ui/GenesisToolBox/Infrastructure/RefTempRange.cs
2023-11-08 16:09:07 +01:00

11 lines
204 B
C#

namespace Xylem.Common.Ui.GenesisToolBox.Infrastructure
{
using System;
public class RefTempRange
{
public Double Min { get; set; }
public Double Max { get; set; }
}
}