2024-02-08 17:11:11 +03:00
|
|
|
namespace RhSolutions.Parsers.Pipes;
|
2024-01-26 15:50:41 +03:00
|
|
|
|
2024-02-08 17:11:11 +03:00
|
|
|
[ParserKey("Flex")]
|
2024-01-26 15:50:41 +03:00
|
|
|
public class FlexPipe : DrinkingWaterHeatingPipe
|
|
|
|
{
|
|
|
|
protected override string _title => "Flex";
|
|
|
|
}
|