7 lines
223 B
C#
7 lines
223 B
C#
namespace RhSolutions.QueryModifiers.DrinkingWaterHeatingFittings;
|
||
|
||
public class ScrewcapElbow : Adapter
|
||
{
|
||
protected override string _title => "Угольник-переходник с накидной гайкой";
|
||
}
|