common/Ui/GenesisToolBox/Infrastructure/RefTempRange.cs
2026-04-23 17:50:07 +02: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; }
}
}