6 lines
188 B
C#
6 lines
188 B
C#
|
namespace RhSolutions.QueryModifiers.DrinkingWaterHeatingFittings;
|
|||
|
|
|||
|
public class ConnectionTee : ConnectionBend
|
|||
|
{
|
|||
|
protected override string _title => "Трубка Т-образная";
|
|||
|
}
|